Gets or sets the target zoom.

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

Syntax

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

Remarks

When TargetZoom is set, the Zoom property value smoothly changes to TargetZoom.

See Also