ESRI.ArcGIS.ADF.Web.UI.WebControls
DynamicZoomInFactor Property
See Also 
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;}

See Also

© 2010 All Rights Reserved.