PlayMode Enumeration

Summary
Specifies the play mode.
Syntax
C#
VB
C++
public enum PlayMode 
  
Public Enum PlayMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class PlayMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LoopIndicates that playback should restart at the start frame when the end frame is reached.
1SweepIndicates that playback should reverse when the end frame is reached.
2ShuffleIndicates that playback should be random.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.