TdxTileControlItemText.WordWrap Property
Specifies if the block’s text string wraps if it does not fit into a tile item.
Declaration
property WordWrap: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to wrap a long text string to fit into a tile. Otherwise, the text block crops the text string to fit into a single line and displays an ellipsis to indicate that the tile width is insufficient to display the entire text.
This property has a visual effect only if the text string is too long to fit into a tile, tile bar, or frame horizontally.
The default value of the WordWrap property is False.
See Also