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


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