MapTileAnimationState Enum

Definition

Specifies the AnimationState of the MapTileSource.

public enum class MapTileAnimationState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class MapTileAnimationState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum MapTileAnimationState
Public Enum MapTileAnimationState
Inheritance
MapTileAnimationState
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Fields

Paused 1

The map tile animation is paused. If the MapTileSource was playing an animation, it continues to display the current frame.

Playing 2

The map tile animation is playing.

Stopped 0

The map tile animation is not playing or paused.

Applies to

See also