Click or drag to resize

GestureRecognizerRequireGestureRecognizersToFail Property

If this gesture reaches the EndPending state and the specified gestures fail, this gestures will end. If the specified gesture begins, executes or ends, then this gesture will immediately fail.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<GestureRecognizer> RequireGestureRecognizersToFail { get; }

Property Value

Type: IEnumerableGestureRecognizer
See Also