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


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