System.Web.UI.WebControls.TableRow.HorizontalAlign Property

Gets or sets the horizontal alignment of the contents in the row.

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 TableRow.HorizontalAlign property to specify the horizontal alignment of the contents of the row. The following table lists the possible values.

HorizontalAlign.NotSet

The horizontal alignment is not set.

HorizontalAlign.Left

The contents of the row are left justified.

HorizontalAlign.Center

The contents of the row are centered.

HorizontalAlign.Right

The contents of the row are right justified.

HorizontalAlign.Justify

The contents of the row are uniformly spread out and aligned with both the left and right margins.

Requirements

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