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