Back to Devexpress

TdxTileControlItemCustomGlyph.AlignWithText Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitemcustomglyph-e153431b.md

latest1.8 KB
Original Source

TdxTileControlItemCustomGlyph.AlignWithText Property

Specifies if the image is linked to a tile’s first text block and how they align with each other.

Declaration

delphi
property AlignWithText: TdxTileControlImageWithTextAlignment read; write; default itaNone;

Property Value

TypeDefault
TdxTileControlImageWithTextAlignmentitaNone

Remarks

Options include:

ValueDescription
itaNoneThe image and text block are not linked.
itaLeftThe image is linked to the left edge of the text block.
itaTopThe image is linked to the top edge of the text block.
itaRightThe image is linked to the right edge of the text block.
itaBottomThe 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

TdxTileControlItemCustomGlyph Class

TdxTileControlItemCustomGlyph Members

dxCustomTileControl Unit