Back to Devexpress

TdxCustomLayoutItemCaptionOptions.AlignVert Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitemcaptionoptions-6841e337.md

latest1.9 KB
Original Source

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

TypeDescription
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:

ValueLayout Item ExampleLayout Group Example
tavTop
tavCenter
tavBottom

See Also

AlignVert

TdxCustomLayoutItemCaptionOptions Class

TdxCustomLayoutItemCaptionOptions Members

dxLayoutContainer Unit