ESRI.ArcGIS.ADF.Web.UI.WebControls
DynamicZoomOutFactor Property
See Also 
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) 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
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# 
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
public double DynamicZoomOutFactor {get; set;}

See Also

© 2010 All Rights Reserved.