VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / PanelBorderWidth Property
Syntax Requirements SeeAlso
In This Topic
    PanelBorderWidth Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the border width for a panel.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The border width for a panel.")>
    <CategoryAttribute("Common Panel Appearance")>
    <DefaultValueAttribute(2)>
    Public Property PanelBorderWidth As System.Int32
    
    
    [Description("The border width for a panel.")]
    [Category("Common Panel Appearance")]
    [DefaultValue(2)]
    public System.Int32 PanelBorderWidth { get; set; }
    
    
    [Description("The border width for a panel.")]
    [Category("Common Panel Appearance")]
    [DefaultValue(2)]
    public: __property System.Int32 get_PanelBorderWidth();
    public: __property void set_PanelBorderWidth(
    System.Int32 value
    );
    [Description("The border width for a panel.")]
    [Category("Common Panel Appearance")]
    [DefaultValue(2)]
    public:
    property System.Int32 PanelBorderWidth { System.Int32 get(); void set(System.Int32 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