Prop Webcontrol Tablerow Verticalalign
# ASP.NET TableRow VerticalAlign Property
* * TableRow Control](#)
* * *
## Definition and Usage
The VerticalAlign property is used to set or return the vertical alignment of content within a TableRow control.
## Syntax
_Some Content_
| Property | Description |
| --- | --- |
| align | Specifies the vertical alignment of the content. Possible values: * Bottom * Middle * NotSet * Top |
* * *
## Example
The following example sets the VerticalAlign property of a TableRow control:
Hello!
Hello!
[Demo Example Β»](#)
* * TableRow Control](#)
YouTip