VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / PatientPanelPadding Property
Синтаксис Требования Смотрите также
В этом разделе
    PatientPanelPadding Свойство (WpfDicomSeriesManagerControl)
    В этом разделе
    Возвращает или задает отступ для панели пациента.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Patient Panel Appearance")>
    <DescriptionAttribute("The padding for patient panel.")>
    Public Property PatientPanelPadding As Vintasoft.Primitives.VintasoftPadding
    
    
    [Category("Patient Panel Appearance")]
    [Description("The padding for patient panel.")]
    public Vintasoft.Primitives.VintasoftPadding PatientPanelPadding { get; set; }
    
    
    [Category("Patient Panel Appearance")]
    [Description("The padding for patient panel.")]
    public: __property Vintasoft.Primitives.VintasoftPadding get_PatientPanelPadding();
    public: __property void set_PatientPanelPadding(
    Vintasoft.Primitives.VintasoftPadding value
    );
    [Category("Patient Panel Appearance")]
    [Description("The padding for patient panel.")]
    public:
    property Vintasoft.Primitives.VintasoftPadding PatientPanelPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }
    Требования

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

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