TableRow.VerticalAlign Property
.NET Framework 3.0
Gets or sets the vertical alignment of the contents in the row.
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 values. The default value is NotSet.Community Additions
ADD
Show: