Click or drag to resize

RotateGestureRecognizerAngleThreshold Property

Angle threshold in radians that must be met before rotation starts - this is the amount of rotation that must happen to start the gesture. Default is 0.05.

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

Property Value

Type: Single
The angle threshold.
See Also