TdxGalleryControlOptionsItemText.AlignVert Property
Specifies the vertical alignment of the item text (caption and description).
Declaration
property AlignVert: TcxAlignmentVert read; write; default vaTop;
Property Value
| Type | Default |
|---|---|
| TcxAlignmentVert | vaTop |
Remarks
Options include:
| Value | Description |
|---|---|
| vaTop | The text is top-aligned. |
| vaBottom | The text is bottom-aligned. |
| vaCenter | The text is centered. |
The default value of the AlignVert property is vaTop.
See Also