AnimationControllerProgressBehavior 列挙型

定義

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

public enum class AnimationControllerProgressBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class AnimationControllerProgressBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class AnimationControllerProgressBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationControllerProgressBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationControllerProgressBehavior
var value = Microsoft.UI.Composition.AnimationControllerProgressBehavior.default
Public Enum AnimationControllerProgressBehavior
継承
AnimationControllerProgressBehavior
属性

フィールド

Default 0

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

IncludesDelayTime 1

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

適用対象