Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItemText.Alignment Property

Specifies how text that spans across multiple lines is aligned within the block.

#Declaration

Delphi
property Alignment: TAlignment read; write; default taLeftJustify;

#Property Value

Type Default
TAlignment taLeftJustify

#Remarks

This property is in effect if the WordWrap property is set to True and the text spans across multiple lines.

The default value of the Alignment property is taLeftJustify.

See Also