Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStop Interface / Position Property


In This Topic
Position Property (IGradientStop)
In This Topic
Gets or sets the value representing the position of a stop within the gradient expressed as a percent.
Syntax
'Declaration
 
Property Position As Double
 
'Usage
 
Dim instance As IGradientStop
Dim value As Double
 
instance.Position = value
 
value = instance.Position

Property Value

The position of a stop within the gradient.
See Also