Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 727 Bytes

dragstartedeventargs_dragstartedeventargs_1538437306.md

File metadata and controls

26 lines (18 loc) · 727 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs.#ctor(System.Double,System.Double)
winrt constructor

Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs.DragStartedEventArgs

-description

Initializes a new instance of the DragStartedEventArgs class.

-parameters

-param horizontalOffset

The horizontal distance between the current mouse position and the thumb coordinates.

-param verticalOffset

The vertical distance between the current mouse position and the thumb coordinates.

-remarks

-examples

-see-also