MapAnimationKind 列挙型

定義

マップのビューを変更するときに使用するアニメーションを指定します。 たとえば、 TrySetViewAsync メソッドまたは TrySetViewBoundsAsync メソッドを呼び出すとき にアニメーションを 指定できます。

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
継承
MapAnimationKind
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Bow 3

放物線アニメーション。

Default 0

既定のアニメーション。

Linear 2

線形アニメーション。

None 1

アニメーションなし

適用対象

こちらもご覧ください