Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Play
State Enumeration
Determines the playback state of an animation.
Definition
Namespace:
Avalonia.Animation
Assembly:
Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
Copy
View Source
public
enum
PlayState
VB
Copy
View Source
Public
Enumeration
PlayState
F#
Copy
View Source
type
PlayState
Members
Run
0
The animation is running.
Pause
1
The animation is paused.
Stop
2
The animation is stopped.
See Also
Reference
Avalonia.Animation Namespace
In This Article
Definition
Members
See Also