System.Windows.Forms.TableLayoutPanelCellBorderStyle Enumeration

Specifies the border style of a cell in a table layout control.

Syntax

public enum TableLayoutPanelCellBorderStyle

Remarks

The System.Windows.Forms.TableLayoutPanelCellBorderStyle enumeration represents the different border style options for a cell in a System.Windows.Forms.TableLayoutPanel. The width of the cell border for each style is determined by the System.Windows.Forms.TableLayoutPanel class. The space for the border is taken from the System.Windows.Forms.TableLayoutPanel control's Control.DisplayRectangle.

Members

Member NameDescription
Inset

A single-line sunken border.

InsetDouble

A double-line sunken border.

None

No borders.

Outset

A single-line raised border.

OutsetDouble

A double-line raised border.

OutsetPartial

A single-line border containing a raised portion.

Single

A single-line border.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0