Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathSide Enumeration

In This Topic
    SvgTextPathSide Enumeration
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Enum SvgTextPathSide 
       Inherits System.Enum
    public enum SvgTextPathSide : System.Enum 
    Members
    MemberDescription
    LeftDraw text along the path as usual.
    RightDraw text on the opposite side of the path in the reverse direction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgTextPathSide

    See Also