TableItemStyle.VerticalAlign Property
Assembly: System.Web (in system.web.dll)
public: virtual property VerticalAlign VerticalAlign { VerticalAlign get (); void set (VerticalAlign value); }
/** @property */ public VerticalAlign get_VerticalAlign () /** @property */ public void set_VerticalAlign (VerticalAlign value)
public function get VerticalAlign () : VerticalAlign public function set VerticalAlign (value : VerticalAlign)
Property Value
One of the VerticalAlign enumeration values. The default is NotSet.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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.