Back to Devexpress

TdxTileControlItemCustomGlyph.Align Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitemcustomglyph-749c5752.md

latest1.2 KB
Original Source

TdxTileControlItemCustomGlyph.Align Property

Specifies how the image is positioned within a tile.

Declaration

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

Property Value

TypeDefault
TdxTileItemInnerObjectAlignmentoaDefault

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

TdxTileControlItemCustomGlyph Class

TdxTileControlItemCustomGlyph Members

dxCustomTileControl Unit