'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("DICOM viewer that is associated with this control.")> Public Property DicomViewer As Vintasoft.Imaging.UI.ImageViewer
[DefaultValue(null)] [Description("DICOM viewer that is associated with this control.")] public Vintasoft.Imaging.UI.ImageViewer DicomViewer { get; set; }
[DefaultValue(null)] [Description("DICOM viewer that is associated with this control.")] public: __property Vintasoft.Imaging.UI.ImageViewer* get_DicomViewer(); public: __property void set_DicomViewer(
Vintasoft.Imaging.UI.ImageViewer* value
);
[DefaultValue(null)] [Description("DICOM viewer that is associated with this control.")] public:
property Vintasoft.Imaging.UI.ImageViewer^ DicomViewer { Vintasoft.Imaging.UI.ImageViewer^ get(); void set(Vintasoft.Imaging.UI.ImageViewer^ value); }