Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ActiveTopBorderColor Property


In This Topic
    ActiveTopBorderColor Property (FlatInterfaceRenderer)
    In This Topic
    Gets or sets the active top border color.
    Syntax
    'Declaration
     
    
    Public Property ActiveTopBorderColor As Color
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As Color
     
    instance.ActiveTopBorderColor = value
     
    value = instance.ActiveTopBorderColor
    public Color ActiveTopBorderColor {get; set;}
    See Also