Back to API Reference
Enum

RangeGestureDecision

Decision returned by a custom gesture recognizer before arbitration resolves.

public static readonly RangeGestureDecision Pending = 0

Keep observing later phases without owning the gesture yet.

public static readonly RangeGestureDecision Reject = 1

Stop considering this recognizer for the current phase.

public static readonly RangeGestureDecision Claim = 2

Claim the gesture using the recognizer's priority and compatibility.