PopupVerticalAlignment Enum
Lists values that specify the vertical alignment of the DXPopup‘s message.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public enum PopupVerticalAlignment
Members
Name | Description |
---|---|
Default
|
Equals to the |
Top
|
The DXPopup‘s message is aligned to the top of a parent element. |
Center
|
The DXPopup‘s message is aligned to the center of a parent element. |
Bottom
|
The DXPopup‘s message is aligned to the bottom of a parent element. |
Related API Members
The following properties accept/return PopupVerticalAlignment values:
See Also