←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly