Click or drag to resize

GestureRecognizerMinimumNumberOfTouchesToTrack Property

The minimum number of touches to track. This gesture will not start unless this many touches are tracked. Default is usually 1 or 2. Not all gestures will honor values higher than 1.

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

Property Value

Type: Int32
See Also