Skip to main content

TdxLayoutLabeledItemCustomCaptionOptions.WordWrap Property

Specifies if word wrap mode is active.

Declaration

property WordWrap: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to allow a layout item to wrap its caption when it does not fit into the caption area.

Note

You can insert carriage return characters into the Text property value to manually break the caption into multiple lines.

The WordWrap property’s default value is False.

See Also