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

In This Topic
    Side Property
    In This Topic
    Gets or sets a value specifying the side of the path the text is placed on (relative to the path direction).
    Syntax
    'Declaration
     
    Public Property Side As System.Nullable(Of SvgTextPathSide)
    public System.Nullable<SvgTextPathSide> Side {get; set;}
    See Also