VAlignmentType Enumeration

Enumeration of Vertical Alignment Types.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public enum VAlignmentType

Members

None0 No alignment specified.
Middle1 Center Text Vertically.
Baseline2 Align base of current object with base of adjacent objects.
Bottom3 Items are aligned at the bottom of the cell.
Top4 Items are aligned at the top of the cell.

See Also