TcxTreeListCaption.AlignHorz Property
Specifies the horizontal alignment of the caption’s text.
Declaration
property AlignHorz: TAlignment read; write; default taLeftJustify;
Property Value
Type | Default |
---|---|
TAlignment | taLeftJustify |
Remarks
Use the AlignHorz property to specify the horizontal alignment of the caption’s text. To specify the vertical alignment, use the AlignVert property.
Additionally, you can specify the horizontal alignment of the glyph displayed within the caption by using the GlyphAlignHorz property.
The default value of the AlignHorz property is taLeftJustify.
See Also