In This Topic
Default value for the
VoiLUT property
Syntax
'Declaration
Public Shared Property DefaultVoiLUT As System.Short
'Usage
Dim value As System.Short
DicomImage.DefaultVoiLUT = value
value = DicomImage.DefaultVoiLUT
public static System.short DefaultVoiLUT {get; set;}
public read-write property DefaultVoiLUT: System.Int16; static;
public static function get,set DefaultVoiLUT : System.short
public: __property static System.short get_DefaultVoiLUT();
public: __property static void set_DefaultVoiLUT(
System.short value
);
public:
static property System.short DefaultVoiLUT {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also