WrapMode Property (GcTextBox)
Gets or sets the wrap rule when the
GcTextBox control is multiline.
'Declaration
Public Property WrapMode As WrapMode
'Usage
Dim instance As GcTextBox
Dim value As WrapMode
instance.WrapMode = value
value = instance.WrapMode
Property Value
A
WrapMode enumeration that indicates the rule for wrapping the text.
The default is
WrapMode.WordWrap.