AnimationStopBehavior Enum
Definition
Specifies the behavior of an animation when it stops.
public enum AnimationStopBehavior
Fields
| Name | Description |
|---|---|
| LeaveCurrentValue | Leave the animation at its current value. |
| SetToFinalValue | Set the animation to its final value. |
| SetToInitialValue | Reset the animation to its initial value. |
LeaveCurrentValue Field
Leave the animation at its current value.
public Avalonia.Rendering.Composition.Animations.AnimationStopBehavior LeaveCurrentValue
SetToFinalValue Field
Set the animation to its final value.
public Avalonia.Rendering.Composition.Animations.AnimationStopBehavior SetToFinalValue
SetToInitialValue Field
Reset the animation to its initial value.
public Avalonia.Rendering.Composition.Animations.AnimationStopBehavior SetToInitialValue