DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / MakeControlArgs Class / Image Property



Image Property (MakeControlArgs)
The image that the control is used to display
Syntax
public DicomImage Image {get; set;}
public:
property DicomImage^ Image {
   DicomImage^ get();
   void set (    DicomImage^ value);
}
'Declaration
 
Public Property Image As DicomImage
 
'Usage
 
Dim instance As MakeControlArgs
Dim value As DicomImage
 
instance.Image = value
 
value = instance.Image
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also