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


In This Topic
    Gradient Property
    In This Topic
    Gets or sets whether this DatabarConditionalFormattingRule is a gradient.
    Syntax
    'Declaration
     
    
    Public Property Gradient As Boolean
    'Usage
     
    
    Dim instance As DatabarConditionalFormattingRule
    Dim value As Boolean
     
    instance.Gradient = value
     
    value = instance.Gradient
    public bool Gradient {get; set;}

    Property Value

    true if gradient; otherwise, false.
    Example
    This example sets the Gradient property.
    See Also