TcxGridCardViewRow.CaptionAlignmentVert Property
Defines the vertical alignment of the Card View row caption.
Declaration
property CaptionAlignmentVert: TcxAlignmentVert read; write;
Property Value
| Type |
|---|
| TcxAlignmentVert |
Remarks
Use the CaptionAlignmentVert property to specify the vertical alignment of the Card View row caption. Possible values include:
| Value | Description |
|---|---|
| vaTop | The text is aligned to the top. |
| vaBottom | The text is aligned to the bottom. |
| vaCenter | The text is centered vertically. |
The vertical alignment takes effect when you set different fonts for row content and the row caption.
See Also