MapAnimationType¶
Namespace: ThinkGeo.UI.Wpf
It defines 2 different types of Map Animation
public enum MapAnimationType
Inheritance Object → ValueType → Enum → MapAnimationType
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| DrawAfterAnimation | 0 | Draw the map after the animation completed |
| DrawWithAnimation | 1 | Draw the map during the map animation |