AnimationIterationBehavior Enum
Definition
Specifies if the animation should loop.
public enum AnimationIterationBehavior
Fields
| Name | Description |
|---|---|
| Count | The animation should loop the specified number of times. |
| Forever | The 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