Documentation for this section has not yet been entered.
Use the TableItemStyle.VerticalAlign property to specify the vertical alignment of the contents of the cell. The following table lists the possible values.
VerticalAlign.NotSet |
The vertical alignment is not set. |
VerticalAlign.Top |
The contents of the cell are aligned with the upper edge of the cell. |
VerticalAlign.Middle |
The contents of the cell are aligned with the center of the cell. |
VerticalAlign.Bottom |
The contents of the cell are aligned with the lower edge of the cell. |
The value of this property is stored in view state.