Click or drag to resize

OneTouchScaleGestureRecognizerThresholdUnits Property

The threshold in units that the touch must move to start the gesture. Default is 0.15.

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 units.
See Also