Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GradientStop Class / Offset Property

In This Topic
    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