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

Specifies the location or position of an element using bitwise flags.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public enum Location

Fields

All locations (Top, Bottom, Left, and Right).

C#
All = 15

Bottom location.

C#
Bottom = 2

Left location.

C#
Left = 4

No location specified.

C#
None = 0

Right location.

C#
Right = 8

Top location.

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