[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The layout (vertical alignment) for text displayed in the column.
Source position: grids.pas line 617
published property TGridColumn.Layout : TTextLayout |
If Layout has not been assigned, the default value for the property is tlCenter. This causes text for the column to be vertically aligned to the center of the non-fixed cells for the column.
Use the Alignment property to set the horizontal alignment for text displayed in the non-fixed cells for the column.
Use the Layout and Alignment properties in Title to control text displayed in the fixed header for the column.
|
Indicates the alignment for values displayed in the column: left or right aligned, or centered. |
|
|
Contains the attributes for the title in the fixed header for the column. |
|
|
Horizontal alignment for the text in the column title. |
|
|
Vertical alignment for the Caption text displayed in the column title. |
|
|
Represents the text layout used to render text in its rectangle. |
Version 4.0 | Generated 2025-05-03 | Home |