Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarRule Class / UseNegativeBorderColor Property


In This Topic
    UseNegativeBorderColor Property
    In This Topic
    Gets or sets a value that indicates whether the negative border color is used to paint the border for the negative value.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property UseNegativeBorderColor As Boolean
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Boolean
     
    instance.UseNegativeBorderColor = value
     
    value = instance.UseNegativeBorderColor
    [DefaultValue(false)]
    public bool UseNegativeBorderColor {get; set;}

    Property Value

    true if the negative border color is used to paint the border for the negative value; otherwise, false.
    See Also