TextWrap Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
Property TextWrap As Boolean
'Usage
Dim instance As IElement
Dim value As Boolean
instance.TextWrap = value
value = instance.TextWrap
bool TextWrap {get; set;}
See Also