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