TdxStringGridReportLink.TextAlignY Property
In This Article
Specifies vertical text alignment in a cell.
#Declaration
Delphi
property TextAlignY: TcxTextAlignY read; write; default taCenterY;
#Property Value
Type | Default |
---|---|
Tcx |
ta |
#Remarks
Use the TextAlignY property to specify vertical text alignment in a cell. See the TcxTextAlignY type description for more information on the available values.
By default, the TextAlignY property value is taCenterY.
See Also