Back to Devexpress

Position Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-dc6e7fac.md

latest2.2 KB
Original Source

Position Enum

Lists values that specify an element position in its container.

Namespace : DevExpress.XamarinForms.Navigation

Assembly : DevExpress.XamarinForms.Navigation.dll

NuGet Package : DevExpress.XamarinForms.Navigation

Declaration

csharp
public enum Position : byte

Members

NameDescription
Default

Identifies the default element position.

| | Top |

An element is at the top edge of the container.

| | Bottom |

An element is at the bottom edge of the container.

| | Left |

An element is at the left edge of the container.

| | Right |

An element is at the right edge of the container.

|

The following properties accept/return Position values:

See Also

TabView.HeaderPanelPosition

TabView.ItemHeaderIconPosition

TabItem.HeaderIconPosition

DrawerView.DrawerPosition

DevExpress.XamarinForms.Navigation Namespace