TableItemStyle.VerticalAlign Property
.NET Framework 3.0
Gets or sets the vertical alignment of the contents in a cell.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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)
Not applicable.
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.
Community Additions
ADD
Show: