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
public bool WordWrap {get;}
See Also