VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / DicomViewer Property
Синтаксис Требования Смотрите также
В этом разделе
    DicomViewer Свойство (WpfDicomSeriesManagerControl)
    В этом разделе
    Возвращает или задает DICOM-просмотрщик, связанный с этим UI-контролом.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также