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