Back to Devexpress

TcxTextAlignY Enum

vcl-cxdrawtextutils-3a07c811.md

latest826 B
Original Source

TcxTextAlignY Enum

Enumerates vertical text alignment options.

Declaration

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

Members

Name
taTop
taCenterY
taBottom
taDistributeY

Remarks

Options include:

ValueDescription
taTopThe text is aligned to the top of an item’s drawing rectangle.
taCenterYThe text is vertically centered within an item’s drawing rectangle.
taBottomThe text is aligned to the bottom of an item’s drawing rectangle.
taDistributeYThe words in the text are distributed evenly between the top and bottom edges of an item.

See Also

TcxTextAlignX

cxDrawTextUtils Unit