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


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