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


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