DraggingState Enum

Definition

Specifies the possible states of the Dragging event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum DraggingState
Inheritance
DraggingState
Attributes

Fields

Name Value Description
Started 0

A dragging interaction has been detected.

Continuing 1

The dragging interaction is in progress.

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

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also