New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum Orientation

Fields

Elements are arranged horizontally from left to right.

C#
Horizontal = 0

Elements are arranged vertically from top to bottom.

C#
Vertical = 1
In this article
DefinitionFieldsHorizontalVertical
Not finding the help you need?
Contact Support