Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the zoom level.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public double ZoomLevel { get; set; }
public:
property double ZoomLevel {
double get();
void set(double value);
}
member ZoomLevel : float with get, set
Public Property ZoomLevel As Double
Property Value
Type: System.Double
Returns Double.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top