Back to API Reference
Enum
RangeGesturePhase
Phase delivered to a custom range gesture recognizer.
public static readonly RangeGesturePhase Pressed = 0The primary pointer was pressed over the target.
public static readonly RangeGesturePhase Moved = 1The pointer moved while the target still owns the press lifecycle.
public static readonly RangeGesturePhase LongPressProgress = 2A touch or pen hold advanced toward the long-press threshold.
public static readonly RangeGesturePhase Released = 3The claimed gesture ended through pointer release.
public static readonly RangeGesturePhase Canceled = 4The press target disappeared, lost arbitration or was canceled.
