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


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

    Property Value

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