Class Orientation
Specifies the orientation of a control or layout. This enumeration defines whether elements are arranged horizontally or vertically.
Inheritance
System.Object
Orientation
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class Orientation : Enum
Fields
Horizontal
Elements are arranged horizontally from left to right.
Declaration
public const Orientation Horizontal
Field Value
Orientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Elements are arranged vertically from top to bottom.
Declaration
public const Orientation Vertical
Field Value
Orientation
|