PlayState Enumeration

Determines the playback state of an animation.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum PlayState

Members

Run0 The animation is running.
Pause1 The animation is paused.
Stop2 The animation is stopped.

See Also