Freigeben über


AnimationControllerProgressBehavior Enumeration

Definition

Definiert Konstanten, die angeben, wie der Wert AnimationController.Progress bestimmt wird.

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
Vererbung
AnimationControllerProgressBehavior
Attribute

Felder

Default 0

Der Statuswert enthält keine Verzögerungszeit.

IncludesDelayTime 1

Der Statuswert umfasst die Verzögerungszeit.

Gilt für: