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


In This Topic
    NegativeBorderColor Property (DataBarRule)
    In This Topic
    Gets or sets the color of the negative border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.Media.Color, "Black")>
    Public Property NegativeBorderColor As Color
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Color
     
    instance.NegativeBorderColor = value
     
    value = instance.NegativeBorderColor
    [DefaultValue(System.Windows.Media.Color, "Black")]
    public Color NegativeBorderColor {get; set;}

    Property Value

    The color of the negative border.
    See Also