Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / NegativeBorderColor Property


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

    Property Value

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