AnimationStopBehavior Enumeration

Definition

Gibt das Verhalten einer Animation an, wenn sie beendet wird.

public enum class AnimationStopBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class AnimationStopBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class AnimationStopBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationStopBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationStopBehavior
var value = Microsoft.UI.Composition.AnimationStopBehavior.leaveCurrentValue
Public Enum AnimationStopBehavior
Vererbung
AnimationStopBehavior
Attribute

Felder

LeaveCurrentValue 0

Belassen Sie den aktuellen Wert für die Animation.

SetToFinalValue 2

Legen Sie die Animation auf den endgültigen Wert fest.

SetToInitialValue 1

Setzen Sie die Animation auf ihren Anfangswert zurück.

Gilt für:

Weitere Informationen