MapAnimationKind Enum

Definition

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

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Bow 3

A parabolic animation.

Default 0

The default animation.

Linear 2

A linear animation.

None 1

No animation

Applies to

See also