TableLayoutPanel::BorderStyle Property

 

Gets or sets the border style for the panel.

Namespace:   System.Windows.Forms
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::BorderStyle

One of the BorderStyle values describing the style of the border of the panel. The default is None.

.NET Framework
Available since 2.0
Return to top
Show: