Click or drag to resize

TapGestureRecognizerThresholdSeconds Property

How many seconds can expire before the tap is released to still count as a tap - default is 0.4.

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

Property Value

Type: Single
The threshold in seconds
See Also