Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DatabarConditionalFormattingRule Class / UseNegativeFillColor Property
Example


In This Topic
    UseNegativeFillColor Property
    In This Topic
    Gets or sets whether the negative fill color is used to paint the negative value.
    Syntax
    'Declaration
     
    
    Public Property UseNegativeFillColor As Boolean
    'Usage
     
    
    Dim instance As DatabarConditionalFormattingRule
    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.
    Example
    This example sets the UseNegativeFillColor property.
    See Also