'DeclarationPublic ReadOnly Property CurrentImage As DicomImage
'UsageDim instance As DicomViewer Dim value As DicomImage value = instance.CurrentImage
public DicomImage CurrentImage {get;}
public: property DicomImage^ CurrentImage { DicomImage^ get(); }