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

进度值包括延迟时间。

适用于