Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / WordWrap Property


In This Topic
WordWrap Property (Shape)
In This Topic
Get the word wrap property of the inner text block.
Syntax
'Declaration
 
Public ReadOnly Property WordWrap As Boolean
 
'Usage
 
Dim instance As Shape
Dim value As Boolean
 
value = instance.WordWrap
See Also