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

In This Topic
    Path Property
    In This Topic
    Gets or sets the path onto which the typographic characters will be rendered.
    Syntax
    'Declaration
     
    Public Property Path As SvgPathData
    public SvgPathData Path {get; set;}
    See Also