ESRI.ArcGIS.Mobile
UseBuiltInNavigation Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : UseBuiltInNavigation Property

Indicates if the default map navigation user experience should be enable or disable.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Map")>
<DescriptionAttribute("Indicates if the default map navigation user experience should be enable or disable.")>
Public Property UseBuiltInNavigation As Boolean
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Map")]
[DescriptionAttribute("Indicates if the default map navigation user experience should be enable or disable.")]
public bool UseBuiltInNavigation {get; set;}

Remarks

The Built in map navigation user experience is different based on the platform. For full framework platform, the mouse wheel and the +/- keys control the zoom, the mouse down/move/up events control the panning. For compact framework touch screen, the mouse down/move/up events control the panning, the rocker also controls the panning, and the wheel button controls the zoom. For compact framework non touch screen, the rocker controls the panning and the wheel button controls the zoom.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also