Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / GradientStops Property


In This Topic
GradientStops Property (GradientBrush)
In This Topic
Get the an array of gradient stops.
Syntax
'Declaration
 
Public ReadOnly Property GradientStops As SchemeGradientStop()
 
'Usage
 
Dim instance As GradientBrush
Dim value() As SchemeGradientStop
 
value = instance.GradientStops
See Also