Gets or sets the vertical alignment of the text in the table cell.

Syntax

public VerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment() As VerticalAlignment

Members

Member Description
Top Text is aligned at the top of the table cell.
Center Text is aligned in the center of the table cell.
Bottom Text is aligned at the bottom of the table cell.