AnimationControllerProgressBehavior 列挙型

定義

AnimationController.Progress 値の決定方法を指定する定数を定義します。

public enum class AnimationControllerProgressBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class AnimationControllerProgressBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum AnimationControllerProgressBehavior
Public Enum AnimationControllerProgressBehavior
継承
AnimationControllerProgressBehavior
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

フィールド

Default 0

進行状況の値には遅延時間は含まれません。

IncludesDelayTime 1

進行状況の値には遅延時間が含まれます。

適用対象