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)
public: property VerticalAlign VerticalAlign { virtual VerticalAlign get(); virtual void set(VerticalAlign value); }
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: