Enum AnimationStopBehavior
- Namespace
- Avalonia.Rendering.Composition.Animations
- Assembly
- Avalonia.Base.dll
Specifies the behavior of an animation when it stops.
public enum AnimationStopBehavior
Fields
LeaveCurrentValue = 0
Leave the animation at its current value.
SetToFinalValue = 2
Set the animation to its final value.
SetToInitialValue = 1
Reset the animation to its initial value.