AnimationIterationBehavior Enumeration
Specifies if the animation should loop.
Definition
Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum AnimationIterationBehavior
Public Enumeration AnimationIterationBehavior
type AnimationIterationBehavior
Members
Count | 0 | The animation should loop the specified number of times. |
Forever | 1 | The animation should loop forever. |