TableCell::VerticalAlign Property
.NET Framework (current version)
Gets or sets the vertical alignment of the contents in the 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.
Use the VerticalAlign property to specify the vertical alignment of the contents of the cell. The possible values for use are specified in the VerticalAlign enumeration.
.NET Framework
Available since 1.1
Available since 1.1
Show: