Table of Contents

Enum AnimationIterationBehavior

Namespace
Avalonia.Rendering.Composition.Animations
Assembly
Avalonia.Base.dll

Specifies if the animation should loop.

public enum AnimationIterationBehavior

Fields

Count = 0

The animation should loop the specified number of times.

Forever = 1

The animation should loop forever.