WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1DragPreviewEventArgs Class / GetPosition Method
In This Topic
    GetPosition Method (C1DragPreviewEventArgs)
    In This Topic
    Gets the position of the pointer performing the drag gesture relatively to the specified element.
    Syntax
    public Point GetPosition( 
       UIElement relativeTo
    )

    Parameters

    relativeTo
    See Also