Back to Devexpress

PopupVerticalAlignment Enum

maui-devexpress-dot-maui-dot-controls-753df328.md

latest1.4 KB
Original Source

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

csharp
public enum PopupVerticalAlignment

Members

NameDescription
Default

Equals to the Center.

| | 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.

|

The following properties accept/return PopupVerticalAlignment values:

Extension Methods

Yield<PopupVerticalAlignment>()

YieldIfNotNull<PopupVerticalAlignment>()

See Also

DevExpress.Maui.Controls Namespace