Skip to main content

TcxTextAlignY Enum

Enumerates vertical text alignment options.

Declaration

TcxTextAlignY = (
    taTop,
    taCenterY,
    taBottom,
    taDistributeY
);

Members

Name
taTop
taCenterY
taBottom
taDistributeY

Remarks

Options include:

Value Description
taTop The text is aligned to the top of an item’s drawing rectangle.
taCenterY The text is vertically centered within an item’s drawing rectangle.
taBottom The text is aligned to the bottom of an item’s drawing rectangle.
taDistributeY The words in the text are distributed evenly between the top and bottom edges of an item.
See Also