Skip to main content

TdxAlignmentVert Enum

Enumerates vertical alignments.

Declaration

TdxAlignmentVert = (
    tavTop,
    tavCenter,
    tavBottom
);

Members

Name Description Example
tavTop

Caption text is aligned to the top of an item.

Top-Aligned Caption Text

tavCenter

Caption text is vertically centered within an item.

Centered Caption Text

tavBottom

Caption text is aligned to the bottom of an item.

Bottom-Aligned Caption Text

Remarks

A layout item’s CaptionOptions.AlignVert property references the TdxAlignmentVert type.

See Also