Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / PopupLocation Enumeration


    PopupLocation Enumeration
    Defines where a Popup will be located in relation to its Anchor.
    Syntax
    'Declaration
     
    
    Public Enum PopupLocation 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As PopupLocation
    Members
    MemberDescription
    BottomThe Popup will appear centered, under the Anchor.
    BottomLeftThe Popup will appear under the Anchor, at the left.
    BottomRightThe Popup will appear under the Anchor, at the right.
    LeftThe Popup will appear at the left of the Anchor.
    RightThe Popup will appear at the right of the Anchor.
    TopThe Popup will appear centered, over the Anchor.
    TopLeftThe Popup will appear over the Anchor, at the left.
    TopRightThe Popup will appear over the Anchor, at the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.Toolkit.PopupLocation

    Requirements

    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

    See Also