Spread Windows Forms 12.0 Product Documentation
HasGradientEffect Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure : HasGradientEffect Property
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

Reference

Fill Structure
Fill Members