'Declaration
Property WordWrap As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.WordWrap = value value = instance.WordWrap
bool WordWrap {get; set;}
Property Value
If false, the word being typed is split between the current line and next line when no room is left on the current line.