Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutItemCaptionOptions.AlignVert Property

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

#Declaration

Delphi
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