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


In This Topic
    UseNegativeFillColor Property (DatabarCfRule)
    In This Topic
    Gets or sets a value that indicates whether the negative fill color is used to paint the negative value.
    Syntax
    'Declaration
     
    
    Public Property UseNegativeFillColor As Boolean
    'Usage
     
    
    Dim instance As DatabarCfRule
    Dim value As Boolean
     
    instance.UseNegativeFillColor = value
     
    value = instance.UseNegativeFillColor
    public bool UseNegativeFillColor {get; set;}

    Property Value

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