[]
        
(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: GcDocs.Imaging.dll
Syntax
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.