'Declaration
Public Enum PopupLocation Inherits System.Enum
'Usage
Dim instance As PopupLocation
public enum PopupLocation : System.Enum
'Declaration
Public Enum PopupLocation Inherits System.Enum
'Usage
Dim instance As PopupLocation
public enum PopupLocation : System.Enum
Member | Description |
---|---|
Bottom | The Popup will appear centered, under the Anchor. |
BottomLeft | The Popup will appear under the Anchor, at the left. |
BottomRight | The Popup will appear under the Anchor, at the right. |
Left | The Popup will appear at the left of the Anchor. |
Right | The Popup will appear at the right of the Anchor. |
Top | The Popup will appear centered, over the Anchor. |
TopLeft | The Popup will appear over the Anchor, at the left. |
TopRight | The Popup will appear over the Anchor, at the right. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.PopupLocation
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2