AnimationControllerProgressBehavior Enum

Definition

Defines constants that specify how the AnimationController.Progress value is determined.

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
Inheritance
AnimationControllerProgressBehavior
Attributes

Fields

Default 0

The progress value does not include delay time.

IncludesDelayTime 1

The progress value includes delay time.

Applies to