AnimationIterationBehavior Enumeration

Specifies if the animation should loop.

Definition

Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
public enum AnimationIterationBehavior

Members

Count0 The animation should loop the specified number of times.
Forever1 The animation should loop forever.

See Also