Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / BorderColor Property


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

    Property Value

    A Color value represents the border color of the data bar.
    See Also