Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / BorderColor Property


In This Topic
    BorderColor Property (DatabarConditionalFormattingRule)
    In This Topic
    Gets or sets the color of the border.
    Syntax
    'Declaration
     
    
    Public Property BorderColor As Color
    'Usage
     
    
    Dim instance As DatabarConditionalFormattingRule
    Dim value As Color
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    public Color BorderColor {get; set;}

    Property Value

    The color of the border.
    See Also