Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / GradientStops Property


In This Topic
GradientStops Property (IFillFormat)
In This Topic
Gets the end points for the gradient fill.
Syntax
'Declaration
 
ReadOnly Property GradientStops As IGradientStops
 
'Usage
 
Dim instance As IFillFormat
Dim value As IGradientStops
 
value = instance.GradientStops

Property Value

The end points for the gradient fill.
See Also