Back to Devexpress

TcxCustomLabelProperties.WordWrap Property

vcl-cxlabel-dot-tcxcustomlabelproperties-bbf23fb1.md

latest942 B
Original Source

TcxCustomLabelProperties.WordWrap Property

Determines whether the label caption is wrapped.

Declaration

delphi
property WordWrap: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Use the WordWrap property to determine whether the label caption is wrapped. Setting this property to True is useful when the label caption is too long to fit into the label rect.

WordWrap is FalseWordWrap is True

See Also

TcxCustomLabelProperties Class

TcxCustomLabelProperties Members

cxLabel Unit