Skip to main content

AnimationStopBehavior Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia

Specifies the behavior of an animation when it stops.

public enum AnimationStopBehavior

Inheritance: Enum -> AnimationStopBehavior

Fields

NameDescription
LeaveCurrentValueLeave the animation at its current value.
SetToFinalValueSet the animation to its final value.
SetToInitialValueReset 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