Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathElement Class / StartOffset Property

In This Topic
    StartOffset Property
    In This Topic
    Gets or sets an offset from the start of the path for the initial current text position.
    Syntax
    'Declaration
     
    Public Property StartOffset As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> StartOffset {get; set;}
    See Also