Spread Windows Forms 12.0 Product Documentation
Position Property (ColorStop)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ColorStop Class : Position Property
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
public double Position {get; set;}

Property Value

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

Reference

ColorStop Class
ColorStop Members