[]
Determines the side of the path the text is placed on (relative to the path direction). Specifying a value of 'Right' effectively reverses the path.
public enum SvgTextPathSide
Public Enum SvgTextPathSide
| Name | Description |
|---|---|
| Left | Draw text along the path as usual. |
| Right | Draw text on the opposite side of the path in the reverse direction. |