Skip to main content

AnimationStopBehavior Enumeration

Specifies the behavior of an animation when it stops.

Definition

Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum AnimationStopBehavior

Members

LeaveCurrentValue0Leave the animation at its current value.
SetToInitialValue1Reset the animation to its initial value.
SetToFinalValue2Set the animation to its final value.

See Also

Reference

Avalonia.Rendering.Composition.Animations Namespace