Specifies the possible states of the Dragging event.
public enum class DraggingState
Drag must be set in the GestureSettings property to support Dragging with mouse and pen/stylus input.
Note
There is no correlation between Dragging in CrossSlidingState (touch) and DraggingState (mouse or pen/stylus).
This API is not implemented and will throw an exception if called.
| Member | Value | Description |
|---|---|---|
| Completed | 2 | The mouse or pen/stylus contact is lifted and inertia has concluded. |
| Continuing | 1 | The dragging interaction is in progress. |
| Started | 0 | A dragging interaction has been detected. |
Namespace: Windows.UI.Input
Metadata: windows.winmd