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


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