DraggingState Enumeration

Specifies the possible states of the Dragging event.

Syntax

public enum class DraggingState  

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

This API is not implemented and will throw an exception if called.

Members

Member Value Description
Completed The mouse or pen/stylus contact is lifted and inertia has concluded.
Continuing The dragging interaction is in progress.
Started A dragging interaction has been detected.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

Windows.UI.Input Namespace