TdxTileControlItemCustomGlyph.Align Property
Specifies how the image is positioned within a tile.
Declaration
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