Version

MapNavigationPane Class

The navigation pane provides a set of interactive controls for navigating or panning the map. Panning functionality is tied closely to the location of the canvas's view center.
Syntax
'Declaration
 
Public Class MapNavigationPane 
   Inherits System.Windows.Controls.Control
   Implements ILogicalObject 
public class MapNavigationPane : System.Windows.Controls.Control, ILogicalObject  
Remarks
MapNavigationPanes are placed within XamMap controls to allow end-user navigation within the parent map. No configuration is required by the user.
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