[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPathSide

Enum SvgTextPathSide

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

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

Fields

Left = 0

Draw text along the path as usual.

Right = 1

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