'DeclarationPublic Enum CineMode Inherits System.Enum
'UsageDim instance As CineMode
public enum CineMode : System.Enum
public enum class CineMode : public System.Enum
'DeclarationPublic Enum CineMode Inherits System.Enum
'UsageDim instance As CineMode
public enum CineMode : System.Enum
public enum class CineMode : public System.Enum
| Member | Description |
|---|---|
| Forward | A single run is made through the frames, and at the end, the value of this property reverts to doCineStatic. |
| Oscillate | The sequence runs from the first frame to the last, and then back through the frames to the first, and the process then restarts. |
| Repeat | The sequence of frames is run continuously from the first, to the last, and the sequence then restarts. |
| RepeatReverse | The sequence of frames is run continuously from the last, to the first, and the sequence then restarts. |
| Reverse | A single run is made through the frames in reverse, and at the end (frame 1), the value of this property reverts to doCineStatic. |
| Static | The default mode. The displayed frame is selected by the Frame property, and does not change. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.CineMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2