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




The Zoom Factor to use when zooming out of 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 DynamicZoomOutFactor As Double
Visual Basic (Usage)Copy Code
Dim instance As ZoomLevel
Dim value As Double
 
instance.DynamicZoomOutFactor = value
 
value = instance.DynamicZoomOutFactor
C# 
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public double DynamicZoomOutFactor {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.