Skip to main content
A newer version of this page is available. .

TcxTextAlignX Enum

Enumerates horizontal text alignment options.

Declaration

TcxTextAlignX = (
    taLeft,
    taCenterX,
    taRight,
    taJustifyX,
    taDistributeX
);

Members

Name
taLeft
taCenterX
taRight
taJustifyX
taDistributeX

Remarks

Options include:

Value Description
taLeft The text is aligned to the left of an item’s drawing rectangle.
taCenterX The text is horizontally centered within an item’s drawing rectangle.
taRight The text is right aligned of an item’s drawing rectangle.
taJustifyX The text is truncated if it exceeds an item’s width.
taDistributeX The words in the text are distributed evenly between the left and right edges of the item.
See Also