Skip to main content

TcxTreeListCaption.AlignVert Property

Specifies the vertical alignment of the caption’s text.

Declaration

property AlignVert: TcxAlignmentVert read; write;

Property Value

Type
TcxAlignmentVert

Remarks

Use the AlignVert property to specify the vertical alignment of the caption’s text. To specify the horizontal alignment, use the AlignHorz property.

Additionally, you can specify the vertical alignment of the glyph displayed within the caption using the GlyphAlignVert property.

The default value of the AlignVert property is vaTop.

See Also