System.Web.UI.HtmlControls.HtmlTable.Border Property

Gets or sets the width (in pixels) of the border of the System.Web.UI.HtmlControls.HtmlTable control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue(-1)]
public int Border { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTable.Border property to specify the width of the border. If you do not want to display a border for the System.Web.UI.HtmlControls.HtmlTable control, set this property to either 0 (no border width) or -1 (border width is not set).

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0