Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1016 Bytes

draggingstate.md

File metadata and controls

41 lines (24 loc) · 1016 Bytes
-api-id -api-type
T:Microsoft.UI.Input.DraggingState
winrt enum

Microsoft.UI.Input.DraggingState

-description

Specifies the possible states of the Dragging event.

-enum-fields

-field Started: 0

A dragging interaction has been detected.

-field Continuing: 1

The dragging interaction is in progress.

-field Completed: 2

The mouse or pen/stylus contact is lifted and inertia has concluded.

-remarks

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).

-see-also

DraggingEventArgs.DraggingState property, Dragging event

-examples