Skip to main content

AnimationIterationBehavior Enumeration

Specifies if the animation should loop.

Definition

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

public enum AnimationIterationBehavior

Members

Count0The animation should loop the specified number of times.
Forever1The animation should loop forever.

See Also

Reference

Avalonia.Rendering.Composition.Animations Namespace