TableRow.VerticalAlign Property
.NET Framework (current version)
Gets or sets the vertical alignment of the contents in the row.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.WebControls.VerticalAlignOne of the VerticalAlign values. The default value is NotSet.
Use the VerticalAlign property to specify the vertical alignment of the contents of the row. The following table lists the possible values.
Vertical Alignment | Description |
|---|---|
The vertical alignment is not set. | |
The contents of the row are aligned with the top of the row. | |
The contents of the row are aligned with the middle of the row. | |
The contents of the row are aligned with the bottom of the row. |
The following example demonstrates how to use the VerticalAlign property. For a complete, working code example, see the TableRow class overview topic.
.NET Framework
Available since 1.1
Available since 1.1
Show: