'Declaration Public Enum SvgTextOrientation Inherits System.Enum
public enum SvgTextOrientation : System.Enum
'Declaration Public Enum SvgTextOrientation Inherits System.Enum
public enum SvgTextOrientation : System.Enum
Member | Description |
---|---|
Mixed | In 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. |
Sideways | In vertical writing modes, this causes all text to be typeset sideways, as if in a horizontal layout, but rotated 90° clockwise. |
Upright | In 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgTextOrientation