[]
Indicates the direction of how lines of text are placed relative to one another.
public enum FlowDirection
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.