PushpinLocationAnimation Members
Contains settings to provide animation for the map pushpin.Constructors
| Name | Description |
|---|---|
| PushpinLocationAnimation() | Initializes a new instance of the PushpinLocationAnimation class with default settings. |
Fields
| Name | Description |
|---|---|
| DurationProperty static | Identifies the PushpinLocationAnimation.Duration dependency property. |
| EasingFunctionProperty static | Identifies the PushpinLocationAnimation.EasingFunction dependency property. |
Properties
| Name | Description |
|---|---|
| Duration | Gets or sets the animation duration when the location of a pushpin element is specified on a map. |
| EasingFunction | Specifies the easing function for the pushpin’s location animation. |
Events
| Name | Description |
|---|---|
| Completed | Occurs when a PushpinLocationAnimation is completed. |
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also