PlayState Enum

Summary

Determines the playback state of an animation.
Namespace
Avalonia.Animation
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["PlayState"] class Type type-node

Syntax

public enum PlayState

Fields

Name Constant Value Summary
Pause 1
The animation is paused.
static
Run 0
The animation is running.
static
Stop 2
The animation is stopped.
static

Extension Methods