Share via


WrapFormat.Type Property

Returns the wrap type for the specified shape.

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

Syntax

'Declaration
Property Type As WdWrapType
    Get
    Set
'Usage
Dim instance As WrapFormat
Dim value As WdWrapType

value = instance.Type

instance.Type = value
WdWrapType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdWrapType

Remarks

WdWrapType can be one of these WdWrapType constants:

wdWrapInline

wdWrapNone

wdWrapSquare

wdWrapThrough

wdWrapTight

wdWrapTopBottom

See Also

Reference

WrapFormat Interface

WrapFormat Members

Microsoft.Office.Interop.Word Namespace