TcxCustomGridTableItem.HeaderAlignmentVert Property
In This Article
Specifies the vertical alignment of the item caption.
#Declaration
Delphi
property HeaderAlignmentVert: TcxAlignmentVert read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The HeaderAlignmentVert property specifies the vertical alignment of the item caption. The TcxAlignmentVert type enumerates values for setting the vertical alignment.
Value | Description |
---|---|
va |
Text is aligned to the top. |
va |
Text is aligned to the bottom. |
va |
Text is centered vertically. |
You can see the effect of vertical alignment when setting different size fonts for item captions.
The item caption is defined by the Caption property.
See Also