←Select platform

PlayState Enumeration

Summary

Specifies constants that control the state of the animation is playback.

Syntax

C#
VB
C++
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

ValueMemberDescription
0ForwardPlays the animation forward.
1BackwardPlays the animation backward.
2StopStops the animation.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly