Enum LayoutDirection
Specifies the direction of the layout flow.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum LayoutDirection
Fields
| Name | Description |
|---|---|
| Horizontal | Indicates that the layout should flow horizontally, filling rows as needed. |
| Vertical | Indicates that the layout should flow vertically, filling columns as needed. |