Skip to main content

TdxLayoutSeparatorItemCaptionOptions.AlignVert Property

Specifies the vertical alignment of caption text within a layout separator item‘s caption area.

Declaration

property AlignVert; default tavBottom;

Property Value

Type Default Description
TdxAlignmentVert tavBottom

A vertical caption text alignment of a vertically oriented layout separator item.

Remarks

Options include:

Value Example
tavTop Top-Aligned Caption in a Vertically Oriented Separator
tavCenter Centered Caption in a Vertically Oriented Separator
tavBottom Bottom-Aligned Caption in a Vertically Oriented Separator

Note

The AlignVert property has no effect on horizontally oriented separator items.

The AlignVert property’s default value is tavBottom.

See Also