Click or drag to resize

TapGestureRecognizerThresholdUnits Property

How many units away the tap down and up and subsequent taps can be to still be considered - must be greater than 0. Default is 0.3.

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