Click or drag to resize

ImageGestureRecognizerMaximumPathCount Property

The maximum number of distinct paths for each image. Gesture will reset when max path count is hit. The default is 1.

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

Property Value

Type: Int32
See Also