WritingMode Enum
WritingMode enumeration
Specifies the writing mode (direction of text flow) in SVG.
public enum WritingMode
Values
Name | Value | Description |
---|---|---|
HorizontalTb | 0 | Horizontal text flow from top to bottom. |
VerticalRl | 1 | Vertical text flow from right to left. |
VerticalLr | 2 | Vertical text flow from left to right. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG