Gets the closest named zoom level for the current scale of the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ZoomLevel ZoomLevel { get; }
Visual Basic (Declaration)
Public ReadOnly Property ZoomLevel As ZoomLevel

Field Value

A ZoomLevel that corresponds to the current scale of the display.

See Also