WordWrap Property (Style)
In This Topic
Gets or sets a value indicating whether text automatically wraps to the next line when there is not enough space left on the current line.
Syntax
'Declaration
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
See Also