Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GradientHeaderRenderer Class / BottomColor Property


In This Topic
    BottomColor Property
    In This Topic
    Gets or sets the color of the bottom of the gradient.
    Syntax
    'Declaration
     
    
    Public Property BottomColor As Color
    'Usage
     
    
    Dim instance As GradientHeaderRenderer
    Dim value As Color
     
    instance.BottomColor = value
     
    value = instance.BottomColor
    public Color BottomColor {get; set;}
    See Also