Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / Position Property


In This Topic
Position Property (ColorStop)
In This Topic
Gets or sets the position of the ColorStop.
Syntax
'Declaration
 
Public Property Position As Double
 
'Usage
 
Dim instance As ColorStop
Dim value As Double
 
instance.Position = value
 
value = instance.Position

Property Value

A dobule value represents the position of the ColorStop.
See Also