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


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

    Property Value

    The color of the negative fill.
    Example
    This example sets the NegativeFillColor property.
    See Also