Compartir a través de


AnimationControllerProgressBehavior Enumeración

Definición

Define constantes que especifican cómo se determina el valor 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
Herencia
AnimationControllerProgressBehavior
Atributos

Campos

Default 0

El valor de progreso no incluye el tiempo de retraso.

IncludesDelayTime 1

El valor de progreso incluye el tiempo de retraso.

Se aplica a