ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / PopupUtil Class / Position Method / Position(Popup,Point) Method
The popup to position.
The popup position.

In This Topic
    Position(Popup,Point) Method
    In This Topic
    Positions a Windows.UI.Xaml.Controls.Primitives.Popup in a specified absolute point.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Position( _
       ByVal popup As Windows.UI.Xaml.Controls.Primitives.Popup, _
       ByVal point As Windows.Foundation.Point _
    ) 
    public static void Position( 
       Windows.UI.Xaml.Controls.Primitives.Popup popup,
       Windows.Foundation.Point point
    )

    Parameters

    popup
    The popup to position.
    point
    The popup position.
    See Also