Condividi tramite


AnimationControllerProgressBehavior Enumerazione

Definizione

Definisce le costanti che specificano il modo in cui viene determinato il valore 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
Ereditarietà
AnimationControllerProgressBehavior
Attributi

Campi

Default 0

Il valore di stato non include il tempo di ritardo.

IncludesDelayTime 1

Il valore di stato include il tempo di ritardo.

Si applica a