Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MapAnimationKind Enum
Definition
- Namespace:
- Windows.UI.Xaml.Controls.Maps
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the animation to use when you change the view of the map. For example, you can specify animation when calling the TrySetViewAsync or TrySetViewBoundsAsync methods.
public enum class MapAnimationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MapAnimationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MapAnimationKind
Public Enum MapAnimationKind
- Inheritance
-
MapAnimationKind
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | The default animation. |
| None | 1 | No animation |
| Linear | 2 | A linear animation. |
| Bow | 3 | A parabolic animation. |
Applies to
See also
Feedback
Was this page helpful?
