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

TdxTileControlItemCustomGlyph.Align Property

Specifies how the image is positioned within a tile.

#Declaration

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

#Property Value

Type Default
TdxTileItemInnerObjectAlignment oaDefault

#Remarks

Refer to the TdxTileItemInnerObjectAlignment type description to learn about available options.

If the image is linked to a tile’s text block, the Align property controls the position of both the image and linked text block. The text block’s Align property setting is ignored in this case.

The default value of the Align property is oaDefault.

See Also