This documentation is archived and is not being maintained.
TableRow.VerticalAlign Property
.NET Framework 1.1
Gets or sets the vertical alignment of the contents in the row.
[Visual Basic] Public Overridable Property VerticalAlign As VerticalAlign [C#] public virtual VerticalAlign VerticalAlign {get; set;} [C++] public: __property virtual VerticalAlign get_VerticalAlign(); public: __property virtual void set_VerticalAlign(VerticalAlign); [JScript] public function get VerticalAlign() : VerticalAlign; public function set VerticalAlign(VerticalAlign);
Property Value
One of the VerticalAlign values. The default value is NotSet.
Remarks
Use the VerticalAlign property to specify the vertical alignment of the contents of the row. The following table lists the possible values.
| Vertical Alignment | Description |
|---|---|
| NotSet | The vertical alignment is not set. |
| Top | The contents of the row are aligned with the top of the row. |
| Middle | The contents of the row are aligned with the middle of the row. |
| Bottom | The contents of the row are aligned with the bottom of the row. |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
TableRow Class | TableRow Members | System.Web.UI.WebControls Namespace | VerticalAlign | HorizontalAlign
Show: