Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / Gradient Property


In This Topic
    Gradient Property (DatabarConditionalFormattingRule)
    In This Topic
    Gets or sets a value that indicates 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.
    See Also