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