The TableCaptionAlign type exposes the following members.

Fields

  Name Description
Public field Static member Bottom
The caption element is aligned with the bottom of the table.
Public field Static member Left
The caption element is aligned with the left side of the table.
Public field Static member NotSet
The caption alignment is not set. The browser determines themself where to align the caption.
Public field Static member Right
The caption element is aligned with the right side of the table.
Public field Static member Top
The caption element is aligned with the top of the table.

See Also