Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgStopElement Class / Offset Property

In This Topic
    Offset Property (SvgStopElement)
    In This Topic
    Gets or sets the position where the gradient stop is placed.
    Syntax
    'Declaration
     
    Public Property Offset As System.Nullable(Of Single)
    public System.Nullable<float> Offset {get; set;}
    See Also