TcxTextAlignX Enum
In This Article
Enumerates horizontal text alignment options.
#Declaration
Delphi
TcxTextAlignX = (
taLeft,
taCenterX,
taRight,
taJustifyX,
taDistributeX
);
#Members
Name |
---|
ta
|
ta
|
ta
|
ta
|
ta
|
#Remarks
Options include:
Value | Description |
---|---|
ta |
The text is aligned to the left of an item’s drawing rectangle. |
ta |
The text is horizontally centered within an item’s drawing rectangle. |
ta |
The text is right aligned of an item’s drawing rectangle. |
ta |
The text is truncated if it exceeds an item’s width. |
ta |
The words in the text are distributed evenly between the left and right edges of the item. |
See Also