Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / Gradient Property


In This Topic
    Gradient Property (DatabarCfRule)
    In This Topic
    Gets or sets a value indicating whether the DatabarCfRule has a gradient fill.
    Syntax
    'Declaration
     
    
    Public Property Gradient As Boolean
    'Usage
     
    
    Dim instance As DatabarCfRule
    Dim value As Boolean
     
    instance.Gradient = value
     
    value = instance.Gradient
    public bool Gradient {get; set;}

    Property Value

    true if the DatabarCfRule has a gradient fill; otherwise, false.
    See Also