[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPathSide

SvgTextPathSide Enum

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.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTextPathSide
Public Enum SvgTextPathSide

Fields

Name Description
Left

Draw text along the path as usual.

Right

Draw text on the opposite side of the path in the reverse direction.