C#
VB
C++
Specifies constants that control the state of the animation is playback.
public enum PlayState
Public Enum PlayState
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class PlayState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Forward | Plays the animation forward. |
1 | Backward | Plays the animation backward. |
2 | Stop | Stops the animation. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET