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


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