In This Topic
Controls how cine images are displayed
Syntax
'Declaration
Public Property RealTimeCine As System.Boolean
'Usage
Dim instance As DicomImage
Dim value As System.Boolean
instance.RealTimeCine = value
value = instance.RealTimeCine
public System.bool RealTimeCine {get; set;}
public read-write property RealTimeCine: System.Boolean;
public function get,set RealTimeCine : System.boolean
public: __property System.bool get_RealTimeCine();
public: __property void set_RealTimeCine(
System.bool value
);
public:
property System.bool RealTimeCine {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also