Position Property (ColorStop)
Gets or sets the position of the
ColorStop.
public double Position {get; set;}
'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.