TdxStringGridReportLink.TextAlignY Property
Specifies vertical text alignment in a cell.
Declaration
property TextAlignY: TcxTextAlignY read; write; default taCenterY;
Property Value
Type | Default |
---|---|
TcxTextAlignY | taCenterY |
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