Enum
Location

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:

cs-api-definition
public enum Location

Fields

All

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

Declaration

cs-api-definition
All = 15

Field Value

Location

Bottom

Bottom location.

Declaration

cs-api-definition
Bottom = 2

Field Value

Location

Left

Left location.

Declaration

cs-api-definition
Left = 4

Field Value

Location

None

No location specified.

Declaration

cs-api-definition
None = 0

Field Value

Location

Right

Right location.

Declaration

cs-api-definition
Right = 8

Field Value

Location

Top

Top location.

Declaration

cs-api-definition
Top = 1

Field Value

Location

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