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

In This Topic
    SvgTextOrientation Enumeration
    In This Topic
    Specifies the orientation of text in vertical typographic modes.
    Syntax
    'Declaration
     
    Public Enum SvgTextOrientation 
       Inherits System.Enum
    public enum SvgTextOrientation : System.Enum 
    Members
    MemberDescription
    MixedIn vertical writing modes, typographic character units from horizontal-only scripts are typeset sideways, i.e. 90° clockwise from their standard orientation in horizontal text. Typographic character units from vertical scripts are typeset with their intrinsic orientation.
    SidewaysIn vertical writing modes, this causes all text to be typeset sideways, as if in a horizontal layout, but rotated 90° clockwise.
    UprightIn vertical writing modes, typographic character units from horizontal-only scripts are typeset upright, i.e. in their standard horizontal orientation. Typographic character units from vertical scripts are typeset with their intrinsic orientation and shaped normally.
    Inheritance Hierarchy

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

    See Also