In This Topic
Provides a means to modify the usage of a Values of Interest Lookup Table (VOI LUT)
or other display mapping
Syntax
'Declaration
Public Property LevelShift As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.LevelShift = value
value = instance.LevelShift
public System.float LevelShift {get; set;}
public read-write property LevelShift: System.Single;
public function get,set LevelShift : System.float
public: __property System.float get_LevelShift();
public: __property void set_LevelShift(
System.float value
);
public:
property System.float LevelShift {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also