[]
Specifies the direction in which the layout runs on the current page. This enumeration is used with the LayoutDirection property.
[Flags]
public enum LayoutDirection : byte
| Name | Description |
|---|---|
| Both | The layout runs from top to bottom and left to right. |
| Horizontal | The layout runs from left to right. |
| None | No direction is specified. |
| Vertical | The layout runs from top to bottom. |