Skip to main content

TdxTileControlItemText.Align Property

Specifies how the block is positioned within a tile.

Declaration

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