WordWrap Property (C1TextBoxBase)
In This Topic
Gets or sets a value indicating whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
Syntax
'Declaration
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
See Also