Skip to main content

TdxTileControlCustomItem.Text4 Property

Specifies text settings of the tile’s fourth text block.

Declaration

property Text4: TdxTileControlItemText index 3 read; write;

Property Value

Type
TdxTileControlItemText

Remarks

A tile is capable of displaying up to four text blocks on its surface. Use the Text4 property to specify text settings of the fourth text block. By default, this text block is displayed in the tile’s bottom-right corner. You can adjust the default position and customize it as required via the property’s settings. To learn about these settings, refer to the TdxTileControlItemText class description.

Note

To postpone immediate repainting of the tile control in response to Text4 property set changes, enclose the code that performs bulk modifications within the BeginUpdate/EndUpdate method blocks.

See Also