WritingMode enumeration
WritingMode enumeration
Specifies the writing mode (direction of text flow) in SVG.
The WritingMode type exposes the following members:
Fields
Field | Description |
---|---|
HORIZONTAL_TB | Horizontal text flow from top to bottom. |
VERTICAL_RL | Vertical text flow from right to left. |
VERTICAL_LR | Vertical text flow from left to right. |
See Also
- module
aspose.svg.builder