WrapMode Property (TextBox)
In This Topic
Indicates how and whether a multi-line text control automatically wraps words to the beginning of the next line when necessary.
Syntax
'Declaration
Public Property WrapMode As WrapMode
public WrapMode WrapMode {get; set;}
See Also