Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DatabarConditionalFormattingRule Class / FillColor Property
Example


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

    Property Value

    The color of the fill.
    Example
    This example uses the FillColor property.
    See Also