TdxTileControlCustomItem.Text2 Property
Specifies text settings of the tile’s second text block.
Declaration
property Text2: TdxTileControlItemText index 1 read; write;
Property Value
Type |
---|
TdxTileControlItemText |
Remarks
A tile is capable of displaying up to four text blocks on its surface. Use the Text2 property to specify text settings of the second text block. By default, this text block is displayed in the tile’s top-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 Text2 property set changes, enclose the code that performs bulk modifications within the BeginUpdate/EndUpdate method blocks.
See Also