Skip to main content

TdxGalleryControlOptionsItemText.AlignHorz Property

Specifies the horizontal alignment of the item text (caption and description).

Declaration

property AlignHorz: TAlignment read; write; default taCenter;

Property Value

Type Default
TAlignment taCenter

Remarks

Options include:

Value Description
taLeftJustify The text is left-aligned.
taRightJustify The text is right-aligned.
taCenter The text is centered.

The default value of the AlignHorz property is taCenter.

See Also