EnumOrientation
Enum
Specifies the orientation of a control or layout. This enumeration defines whether elements are arranged horizontally or vertically.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public enum Orientation
Fields
Horizontal
Elements are arranged horizontally from left to right.
Vertical
Elements are arranged vertically from top to bottom.