PlayState Enumeration
Determines the playback state of an animation.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum PlayState
Public Enumeration PlayState
type PlayState
Members
Run | 0 | The animation is running. |
Pause | 1 | The animation is paused. |
Stop | 2 | The animation is stopped. |