Image Property (DicomLabel)
In This Topic
The Image to be displayed by an Image type DicomLabel
Syntax
'Declaration
Public Property Image As System.Drawing.Image
'Usage
Dim instance As DicomLabel
Dim value As System.Drawing.Image
instance.Image = value
value = instance.Image
public System.Drawing.Image Image {get; set;}
public read-write property Image: System.Drawing.Image;
public function get,set Image : System.Drawing.Image
public: __property System.Drawing.Image* get_Image();
public: __property void set_Image(
System.Drawing.Image* value
);
public:
property System.Drawing.Image^ Image {
System.Drawing.Image^ get();
void set ( System.Drawing.Image^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also