Click or drag to resize

SwipeGestureRecognizerFailOnDirectionChange Property

Whether to fail if the gesture changes direction mid swipe

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool FailOnDirectionChange { get; set; }

Property Value

Type: Boolean
True to fail on direction change, false othwerwise
See Also