Dim instance AsGcTextBoxCellTypeDim value AsWrapMode
instance.WrapMode = value
value = instance.WrapMode
Property Value
A WrapMode enumeration that indicates the rule for wrapping the text.
The default is WrapMode.WordWrap.
Remarks
The WrapMode property takes effect for text wrap behaviors. The WrapMode.WordWrap value means wrap the text by word. The WrapMode.CharWrap value means wrap the text by character. This property only takes effect when MultiLine is true.