AnimationStopBehavior Enumeration
Specifies the behavior of an animation when it stops.
Definition
Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum AnimationStopBehavior
Public Enumeration AnimationStopBehavior
type AnimationStopBehavior
Members
LeaveCurrentValue | 0 | Leave the animation at its current value. |
SetToInitialValue | 1 | Reset the animation to its initial value. |
SetToFinalValue | 2 | Set the animation to its final value. |