Frame.TextWrap Property
True if document text wraps around the specified frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TextWrap As Boolean
Get
Set
'Usage
Dim instance As Frame
Dim value As Boolean
value = instance.TextWrap
instance.TextWrap = value
bool TextWrap { get; set; }
Property Value
Type: System.Boolean