Gets or sets the target zoom.

Namespace:  C1.Silverlight.Maps
Assembly:  C1.Silverlight.Maps (in C1.Silverlight.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