LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PlayMode Enumeration
See Also  
Leadtools.Medical.Workstation.UI Namespace : PlayMode Enumeration




Specifies the play mode.

Syntax

Visual Basic (Declaration) 
Public Enum PlayMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlayMode
C# 
public enum PlayMode : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum PlayMode : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PlayMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LoopIndicates that playback should restart at the start frame when the end frame is reached.
ShuffleIndicates that playback should be random.
SweepIndicates that playback should reverse when the end frame is reached.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.PlayMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also