TdxCustomLayoutItemCaptionOptions.AlignVert Property
In This Article
Specifies the vertical alignment of caption text within the item’s caption region.
#Declaration
Delphi
property AlignVert: TdxAlignmentVert read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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 |
---|---|---|
tav |
![]() |
![]() |
tav |
![]() |
![]() |
tav |
![]() |
![]() |
See Also