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