MapControl.MinZoomLevel Property

Definition

Gets the minimum zoom level for the map.

public:
 property double MinZoomLevel { double get(); };
double MinZoomLevel();
public double MinZoomLevel { get; }
var double = mapControl.minZoomLevel;
Public ReadOnly Property MinZoomLevel As Double

Property Value

Double

double

The minimum zoom level for the map.

Remarks

See the remarks section of the MaxZoomLevel property.

Applies to

See also