Gets or sets a value that determines the speed with which Zoom approaches TargetZoom.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public double TargetZoomSpeed { get; set; }
Visual Basic
Public Property TargetZoomSpeed As Double
	Get
	Set

Remarks

The value should be between 0 and 1. A value of 1 indicates that Zoom instantly changes to TargetZoom.

See Also