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


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

    Property Value

    The color of the negative fill.
    See Also