Shape.WrapFormat Property

Returns a WrapFormat object that contains the properties for wrapping text around the specified shape.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property WrapFormat As WrapFormat
    Get
'Usage
Dim instance As Shape
Dim value As WrapFormat

value = instance.WrapFormat
WrapFormat WrapFormat { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WrapFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace