System.Web.UI.WebControls.Table.HorizontalAlign Property

Gets or sets the horizontal alignment of the System.Web.UI.WebControls.Table control on the page.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.HorizontalAlign.NotSet)]
public virtual HorizontalAlign HorizontalAlign { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Table.HorizontalAlign property to specify the horizontal alignment of the System.Web.UI.WebControls.Table control within the page. The following table lists the different horizontal alignment styles.

NotSet

The horizontal alignment of the System.Web.UI.WebControls.Table control has not been set.

Left

The System.Web.UI.WebControls.Table control is left justified on the page.

Center

The System.Web.UI.WebControls.Table control is centered on the page.

Right

The System.Web.UI.WebControls.Table control is right justified on the page.

Justify

The System.Web.UI.WebControls.Table control is aligned with both the left and right margins of the page.

Requirements

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