Back to API Reference
Enum

RangeGesturePhase

Phase delivered to a custom range gesture recognizer.

public static readonly RangeGesturePhase Pressed = 0

The primary pointer was pressed over the target.

public static readonly RangeGesturePhase Moved = 1

The pointer moved while the target still owns the press lifecycle.

public static readonly RangeGesturePhase LongPressProgress = 2

A touch or pen hold advanced toward the long-press threshold.

public static readonly RangeGesturePhase Released = 3

The claimed gesture ended through pointer release.

public static readonly RangeGesturePhase Canceled = 4

The press target disappeared, lost arbitration or was canceled.