GestureRecognizerMaximumNumberOfTouchesToTrack Property |
The maximum number of touches to track. This gesture will never track more touches than this. 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 public int MaximumNumberOfTouchesToTrack { get; set; }
Property Value
Type:
Int32See Also