System.Web.UI.WebControls.TableRow.VerticalAlign Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableRow.VerticalAlign property to specify the vertical alignment of the contents of the row. The following table lists the possible values.

VerticalAlign.NotSet

The vertical alignment is not set.

VerticalAlign.Top

The contents of the row are aligned with the top of the row.

VerticalAlign.Middle

The contents of the row are aligned with the middle of the row.

VerticalAlign.Bottom

The contents of the row are aligned with the bottom of the row.

Requirements

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