AnimationLevel Enumeration
Determines when map navigation is animated.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public enum AnimationLevel
public enum class AnimationLevel
type AnimationLevel
Public Enumeration AnimationLevel
Members
Member name | Description | |
---|---|---|
Full | Map navigation is always animated. |
|
None | The map navigates to a new view by snapping to it instead of using animation. |
|
UserInput | Map navigation is only animated in response to user input. |
See Also
Microsoft.Maps.MapControl.WPF Namespace
Return to top