Specifies the vertical placement of an element.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum VerticalPlacement
Fields
The element is placed at the bottom.
C#
Bottom = 2
The element is placed in the center.
C#
Center = 1
The element is placed at the top.
C#
Top = 0