TcxTextAlignY Enum
In This Article
Enumerates vertical text alignment options.
#Declaration
Delphi
TcxTextAlignY = (
taTop,
taCenterY,
taBottom,
taDistributeY
);
#Members
Name |
---|
ta
|
ta
|
ta
|
ta
|
#Remarks
Options include:
Value | Description |
---|---|
ta |
The text is aligned to the top of an item’s drawing rectangle. |
ta |
The text is vertically centered within an item’s drawing rectangle. |
ta |
The text is aligned to the bottom of an item’s drawing rectangle. |
ta |
The words in the text are distributed evenly between the top and bottom edges of an item. |
See Also