In This Topic
Controls the speed of autonomous cine runs
Syntax
'Declaration
Public Property CineRate As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.CineRate = value
value = instance.CineRate
public System.float CineRate {get; set;}
public read-write property CineRate: System.Single;
public function get,set CineRate : System.float
public: __property System.float get_CineRate();
public: __property void set_CineRate(
System.float value
);
public:
property System.float CineRate {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also