Gets or sets the zoom factor of this map.

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

Syntax

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

Remarks

The minimum zoom factor is 0. An increment of 1 in the zoom factor doubles the map resolution.

See Also