Click or drag to resize

LongPressGestureRecognizerMinimumDurationSeconds Property

The number of seconds that the touch must stay down to begin executing. Default is 0.6.

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

Property Value

Type: Single
The minimum long press duration in seconds
See Also