[]
Specifies whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
public enum SvgWritingMode
HorizontalTopToBottom = 0
Specifies that horizontal text lines are placed from top to bottom.
VerticalLeftToRight = 2
Specifies that vertical text lines are placed from left to right.
VerticalRightToLeft = 1
Specifies that vertical text lines are placed from right to left.