Specifies the horizontal placement of an element.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum HorizontalPlacement
Fields
The element is placed in the center.
C#
Center = 1
The element is placed on the left.
C#
Left = 0
The element is placed on the right.
C#
Right = 2