Skip to main content

TdxTileControlCustomItem.Text1 Property

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

Declaration

property Text1: TdxTileControlItemText index 0 read; write;

Property Value

Type
TdxTileControlItemText

Remarks

A tile is capable of displaying up to four text blocks on its surface. Use the Text1 property to specify text settings of the first text block. By default, this text block is displayed in the tile’s top-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.

At design time, a tile displays a tile item’s Text1.Value property value on its surface. If an empty string is assigned to this property, the tile item’s component name is displayed instead.

Note

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

See Also