Orientation Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
Specifies whether a control lays out its content horizontally or vertically.
public enum Orientation
Fields
| Name | Value | Description |
|---|---|---|
Horizontal | Content is arranged left to right. | |
Vertical | Content is arranged top to bottom. |