Click or drag to resize

SwipeGestureRecognizerMinimumSpeedUnits Property

The minimum units per second the swipe must travel to be recognized. Default is 3.0.

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

Property Value

Type: Single
The minimum speed in units
See Also