AnimationStopBehavior Enumeration

Specifies the behavior of an animation when it stops.

Definition

Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
public enum AnimationStopBehavior

Members

LeaveCurrentValue0 Leave the animation at its current value.
SetToInitialValue1 Reset the animation to its initial value.
SetToFinalValue2 Set the animation to its final value.

See Also