TcxCaptionRowProperties.HeaderAlignmentVert Property
In This Article
Specifies the vertical alignment of the row’s header text.
#Declaration
Delphi
property HeaderAlignmentVert: TcxAlignmentVert read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Meaning |
---|---|
va |
Align in the header to the top. |
va |
Align text in the header to the bottom. |
va |
Center text in the header |
The default value of the HeaderAlignmentVert property is vaTop.
See Also