MapTileAnimationState Enum
Definition
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 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
Name | Value | Description |
---|---|---|
Stopped | 0 | The map tile animation is not playing or paused. |
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. |