ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableZoomAnimation Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : EnableZoomAnimation Property




Whether animation will happen for fixed zoom operations.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether animation will happen for fixed zoom operations.")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Map Behavior")>
<DefaultValueAttribute()>
Public Property EnableZoomAnimation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As Boolean
 
instance.EnableZoomAnimation = value
 
value = instance.EnableZoomAnimation
C# 
[ResDescriptionAttribute("Whether animation will happen for fixed zoom operations.")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Map Behavior")]
[DefaultValueAttribute()]
public bool EnableZoomAnimation {get; set;}

See Also

© 2010 All Rights Reserved.