Offset Property (GradientStop)
In This Topic
Gets the location of this stop within the gradient vector. Valid values are from 0 (vector's start) to 1 (vector's end).
Syntax
'Declaration
Public ReadOnly Property Offset As System.Single
public System.float Offset {get;}
See Also