MapControl.MinZoomLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.