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