Click or drag to resize

RotateGestureRecognizerThresholdUnits Property

The gesture focus must change distance by this number of units from the start focus in order to start. Default is 0.0.

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

Property Value

Type: Single
The threshold in units.
See Also