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