Skip to main content

TdxCustomLayoutItemCaptionOptions.AlignVert Property

Specifies the vertical alignment of caption text within the item’s caption region.

Declaration

property AlignVert: TdxAlignmentVert read; write;

Property Value

Type Description
TdxAlignmentVert

A vertical caption alignment option.

Remarks

The AlignVert property affects the caption of a layout element only if the Layout property is set to clLeft or clRight.

Options include:

Value Layout Item Example Layout Group Example
tavTop Layout Item with a Top-Aligned Caption Layout Group with a Top-Aligned Caption
tavCenter Layout Item with a Centered Caption Layout Group with a Centered Caption
tavBottom Layout Item with a Bottom-Aligned Caption Layout Group with a Bottom-Aligned Caption
See Also