ESRI.ArcGIS.Mobile.Client
ZoomMode Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : ZoomMode Enumeration

MapControl zooming modes.

Syntax

Visual Basic (Declaration) 
Public Enum ZoomMode 
   Inherits Enum
C# 
public enum ZoomMode : Enum 

Members

MemberDescription
DragRectangle Define the new extent by dragging a rectangle on the map control.
ZoomBox Define a new extent by incrementally resizing a zoom box on the map control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Client.Controls.ZoomMode

Requirements

Target 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