Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SchemeGradientStop Structure / SchemeGradientStop Constructor
The color of the gradient stop.
The position of the gradient stop.


In This Topic
SchemeGradientStop Constructor
In This Topic
Initializes a new instance of the SchemeGradientStop struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As SchemeColor, _
   ByVal postion As Double _
)
 
'Usage
 
Dim color As SchemeColor
Dim postion As Double
 
Dim instance As New SchemeGradientStop(color, postion)

Parameters

color
The color of the gradient stop.
postion
The position of the gradient stop.
See Also