TableItemStyle::VerticalAlign Property
.NET Framework (current version)
Gets or sets the vertical alignment of the contents in a cell.
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 enumeration values. The default is NotSet.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified vertical alignment was not one of the VerticalAlign enumeration values. |
Use the VerticalAlign property to specify the vertical alignment of the contents of the cell. The following table lists the possible values.
Vertical Alignment | Description |
|---|---|
The vertical alignment is not set. | |
The contents of the cell are aligned with the upper edge of the cell. | |
The contents of the cell are aligned with the center of the cell. | |
The contents of the cell are aligned with the lower edge of the cell. |
The value of this property is stored in view state.
.NET Framework
Available since 1.1
Available since 1.1
Show: