[]
Specifies whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
public enum SvgWritingMode
Public Enum SvgWritingMode
| Name | Description |
|---|---|
| HorizontalTopToBottom | Specifies that horizontal text lines are placed from top to bottom. |
| VerticalLeftToRight | Specifies that vertical text lines are placed from left to right. |
| VerticalRightToLeft | Specifies that vertical text lines are placed from right to left. |