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