WordWrap Property (ITextBoxBase)
In This Topic
Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
Syntax
'Declaration
Property WordWrap As Boolean
bool WordWrap {get; set;}
See Also