TdxTileControlItemCustomGlyph.AlignWithText Property
Specifies if the image is linked to a tile’s first text block and how they align with each other.
Declaration
property AlignWithText: TdxTileControlImageWithTextAlignment read; write; default itaNone;
Property Value
Type | Default |
---|---|
TdxTileControlImageWithTextAlignment | itaNone |
Remarks
Options include:
Value | Description |
---|---|
itaNone | The image and text block are not linked. |
itaLeft | The image is linked to the left edge of the text block. |
itaTop | The image is linked to the top edge of the text block. |
itaRight | The image is linked to the right edge of the text block. |
itaBottom | The image is linked to the bottom edge of the text block. |
Once the image and text block are linked, they are considered a single element. After this, the image’s Align, IndentHorz, and IndentVert properties are applied to the entire element. The text block’s Align and Alignment property settings are ignored in this case.
The default value of the AlignWithText property is itaNone.
See Also