Click or drag to resize

ScaleGestureRecognizerZoomSpeed Property

Additional multiplier for ScaleMultipliers. This will making scaling happen slower or faster. Default is 3.0.

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

Property Value

Type: Single
The zoom speed.
See Also