Enumerated running modes for multi-frame image
public read-write property CineMode: CineMode;
public function get,set CineMode : CineMode
public: __property CineMode get_CineMode();
public: __property void set_CineMode(
CineMode value
);
'Declaration
Public Property CineMode As CineMode
'Usage
Dim instance As DicomImage
Dim value As CineMode
instance.CineMode = value
value = instance.CineMode
Target Platforms: .NET CLR 4.8 or higher