Gets or sets the vertical alignment of the text in the table cell.
public VerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment() As VerticalAlignment
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. |