Version

MapZoomPane Class

A zoom pane provides a set of interactive controls for changing the zoom or magnification level of the map. It operates similar to a Windows scrollbar and consists of a slider bar with tick marks, a slider thumb, and two buttons for incremental zoom level changes. Pressing the plus button or dragging the slider thumb towards the plus button causes the map to zoom in (increases the zoom or magnification level). Pressing the minus button or dragging the slider thumb towards the minus button causes the map to zoom out (decreases the zoom level). Specialised zoom pane within an XamMap component. The zoom pane typically contains button controls to step zoom and fit, as well as a slider to incrementally zoom, the map window, any of which may be overridden or reconfigured by the user.
Syntax
'Declaration
 
Public Class MapZoomPane 
   Inherits MapNavigationPane
   Implements ILogicalObject 
public class MapZoomPane : MapNavigationPane, ILogicalObject  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also