DragStartedEventArgs Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DragStartedEventArgs class.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- horizontalOffset
- Type: System.Double
The horizontal distance between the tapped position and the initial thumb coordinates.
- verticalOffset
- Type: System.Double
The vertical distance between the tapped position and the initial thumb coordinates.
Show: