Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GradientHeaderRenderer Class / ActiveBottomColor Property


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