Enum
Orientation

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.

Declaration

cs-api-definition
Horizontal = 0

Field Value

Orientation

Vertical

Elements are arranged vertically from top to bottom.

Declaration

cs-api-definition
Vertical = 1

Field Value

Orientation

In this article
DefinitionFieldsHorizontalVertical
Not finding the help you need?
Contact Support