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

In This Topic
    Href Property (SvgTextPathElement)
    In This Topic
    Gets or sets a reference to the SvgGeometryElement onto which the glyphs will be rendered, if no Path is provided.
    Syntax
    'Declaration
     
    Public Property Href As SvgReference
    public SvgReference Href {get; set;}
    See Also