Enum UIOrientation
Defines the different orientations that an element or layout can have.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
[Flags]
public enum UIOrientation
Fields
Name | Description |
---|---|
Horizontal | Element or layout should be horizontally oriented. |
Vertical | Element or layout should be vertically oriented. |