TableLayoutPanel::BorderStyle Property
.NET Framework (current version)
Gets or sets the border style for the panel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property BorderStyle BorderStyle { BorderStyle get(); void set(BorderStyle value); }
Property Value
Type: System.Windows.Forms::BorderStyleOne of the BorderStyle values describing the style of the border of the panel. The default is None.
.NET Framework
Available since 2.0
Available since 2.0
Show: