Skip to main content

AnimationIterationBehavior Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia

Specifies if the animation should loop.

public enum AnimationIterationBehavior

Inheritance: Enum -> AnimationIterationBehavior

Fields

NameDescription
CountThe animation should loop the specified number of times.
ForeverThe animation should loop forever.

Count Field

The animation should loop the specified number of times.

public Avalonia.Rendering.Composition.Animations.AnimationIterationBehavior Count

Forever Field

The animation should loop forever.

public Avalonia.Rendering.Composition.Animations.AnimationIterationBehavior Forever