| Visual Basic (Declaration) | |
|---|---|
Public Enum PlayMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlayMode | |
| C# | |
|---|---|
public enum PlayMode : System.Enum, IComparable, IConvertible, IFormattable | |
| Managed Extensions for C++ | |
|---|---|
__value public enum PlayMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PlayMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Loop | Indicates that playback should restart at the start frame when the end frame is reached. |
| Shuffle | Indicates that playback should be random. |
| Sweep | Indicates that playback should reverse when the end frame is reached. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.UI.PlayMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code