TdxTileControlItemText Class
In This Article
Contains a tile’s text block settings.
#Declaration
Delphi
TdxTileControlItemText = class(
TdxTileControlItemPersistent
)
#Remarks
This class provides properties that allow you to do the following:
Specify the block’s text, its font, color, and layout settings (Value, Font, TextColor, Alignment, and WordWrap);
Customize the block’s background appearance (Color and Transparent);
Designate the block’s position within a tile (Align);
Adjust margins between the block and tile edges or a linked image (IndentHorz and IndentVert).
A TdxTileControlItemText object is referenced via a tile’s Text1, Text2, Text3, and Text4 properties.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxTileControlItemPersistent
TdxTileControlItemText
See Also