VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / SeriesPanelPadding Property
Syntax Requirements SeeAlso
In This Topic
    SeriesPanelPadding Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the padding for 'series' panel.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The padding for 'series' panel.")>
    <CategoryAttribute("Series Panel Appearance")>
    Public Property SeriesPanelPadding As Vintasoft.Primitives.VintasoftPadding
    
    
    [Description("The padding for 'series' panel.")]
    [Category("Series Panel Appearance")]
    public Vintasoft.Primitives.VintasoftPadding SeriesPanelPadding { get; set; }
    
    
    [Description("The padding for 'series' panel.")]
    [Category("Series Panel Appearance")]
    public: __property Vintasoft.Primitives.VintasoftPadding get_SeriesPanelPadding();
    public: __property void set_SeriesPanelPadding(
    Vintasoft.Primitives.VintasoftPadding value
    );
    [Description("The padding for 'series' panel.")]
    [Category("Series Panel Appearance")]
    public:
    property Vintasoft.Primitives.VintasoftPadding SeriesPanelPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also