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


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

    Property Value

    The color of the negative border.
    See Also