Skip to main content

TdxCustomListBoxReportLink.TextAlignY Property

Specifies vertical text alignment.

Declaration

property TextAlignY: TcxTextAlignY read; write; default taCenterY;

Property Value

Type Default
TcxTextAlignY taCenterY

Remarks

Use the TextAlignY property to specify vertical text alignment within an item. See the TcxTextAlignY type description for more information on the available values.

The default value of this property is taCenterY.

See Also