ESRI.ArcGIS.ADF.Web.UI.WebControls
DynamicZoomInFactor Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ZoomLevel Class : DynamicZoomInFactor Property




The Zoom Factor to use when zooming in to a dynamic map. A factor of 1.0 will not change the zoom level of the map whereas 2.0 will double the level and 0.5 will cut it in half.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property DynamicZoomInFactor As Double
Visual Basic (Usage)Copy Code
Dim instance As ZoomLevel
Dim value As Double
 
instance.DynamicZoomInFactor = value
 
value = instance.DynamicZoomInFactor
C# 
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public double DynamicZoomInFactor {get; set;}

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

© 2011 All Rights Reserved.