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.Align Property

Specifies how the block is positioned within a tile.

#Declaration

Delphi
property Align: TdxTileItemInnerObjectAlignment read; write; default oaDefault;

#Property Value

Type Default
TdxTileItemInnerObjectAlignment oaDefault

#Remarks

This property setting is ignored for a tile’s first text block if it is linked to an image. In this case, the linked image’s Align property controls the position of both the text block and image.

The default value of the Align property is oaDefault.

See Also