ArcGIS API for Silverlight - Library Reference
Zoom Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : Zoom Method

factor
Zoom factor
Zooms the map a specified factor. Example: Factor=0.5 zooms out to half the scale. Factor=2 zooms in to twice the scale.

Syntax

Visual Basic (Declaration) 
Public Sub Zoom( _
   ByVal factor As Double _
) 
C# 
public void Zoom( 
   double factor
)

Parameters

factor
Zoom factor

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.