Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / HasGradientEffect Property


In This Topic
    HasGradientEffect Property
    In This Topic
    Gets a value indicating whether this fill has gradient effect.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasGradientEffect As Boolean
    'Usage
     
    
    Dim instance As Fill
    Dim value As Boolean
     
    value = instance.HasGradientEffect
    public bool HasGradientEffect {get;}

    Property Value

    true if this fill has gradient effect; otherwise, false.
    See Also