TiLedRectangle.CenterLabelWordWrap
TiLedRectangle See Also
Specifies whether the center label text wraps when it is too long for the
width of the control.
property CenterLabelWordWrap : Boolean;
Description
Set CenterLabelWordWrap to TRUE to allow the label to display multiple lines
of text. When CenterLabelWordWrap is TRUE, text that is too wide for the label
wraps at the right margin and continues on additional lines.
Set CenterLabelWordWrap to FALSE to limit the label to a single line. When
CenterLabelWordWrap is FALSE, text that is too wide for the control appears
truncated.
Example
Delphi
iComponent.CenterLabelWordWrap := True;
C++ Builder
iComponent->CenterLabelWordWrap = True;
Contents | Index | Previous | Next