System.Web.UI.HtmlControls.HtmlTableRow.VAlign Property

Gets or sets the vertical alignment of the content in the cells of a row in an System.Web.UI.HtmlControls.HtmlTable control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public string VAlign { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTableRow.VAlign property to specify the vertical alignment of the content in the cells of a row in an System.Web.UI.HtmlControls.HtmlTable control.

Note:

Setting this property affects all cells in a row of a table represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class. To apply an alignment attribute to a single cell of a row, set the HtmlTableCell.VAlign property for that cell.

The following table lists the values that can be used for this property.

Top

Aligns the contents of a cell with the upper edge of the cell.

Middle

Aligns the contents of a cell in the center of the cell.

Bottom

Aligns the contents of a cell with the lower edge of the cell.

Note:

You can also use BaseLine as a value for this property. However, not all browsers support this feature.

Requirements

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