DragEventArgs.GetPosition Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a drop point that is relative to a specified UIElement.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- relativeTo
- Type: System.Windows.UIElement
The UIElement for which to get a relative drop point.
Return Value
Type: System.Windows.PointA drop point that is relative to the element specified in relativeTo.
Show: