ArcGIS API for WPF - Library Reference
ZoomFactor Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : ZoomFactor Property

Gets or sets how much the map zooms based upon various user interactions.

Syntax

Visual Basic (Declaration) 
Public Property ZoomFactor As Double
C# 
public double ZoomFactor {get; set;}

Remarks

Depending on the ArcGIS API SDK, the user interaction that triggers a zoom consists of:

ArcGIS API for Silverlight and ArcGIS API for WPF:

  • Left Mouse Double-click
  • Left Mouse Double-click + Shift Key
  • Scroll the Mouse Wheel
  • + Key
  • - Key
  • Double-tap Gesture


ArcGIS API for Windows Phone:

  • Double-tap Gesture

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.