Specifies whether to wrap the text displayed by the component.
Declaration
componentObj.WordWrap
Read-Write Property | Boolean |
componentObj | One of the user forms components or objects listed in the Applies To section |
Applies To
The property applies to the following components and objects:
TcxButton, TcxLabelProperties, TcxMemoProperties, TcxRadioGroupProperties
Description
The WordWrap
property specifies whether the multi-line component wraps its text to fit the component’s width. If WordWrap
is false, the text whose length exceeds the component’s width appears truncated.
Property Value
True, if the component’s text is wrapped; False otherwise.