WrapFormat.Type Property

Definition

Returns the wrap type for the specified shape.

public:
 property Microsoft::Office::Interop::Word::WdWrapType Type { Microsoft::Office::Interop::Word::WdWrapType get(); void set(Microsoft::Office::Interop::Word::WdWrapType value); };
public Microsoft.Office.Interop.Word.WdWrapType Type { get; set; }
member this.Type : Microsoft.Office.Interop.Word.WdWrapType with get, set
Public Property Type As WdWrapType

Property Value

Remarks

WdWrapType can be one of these WdWrapType constants:

wdWrapInline

wdWrapNone

wdWrapSquare

wdWrapThrough

wdWrapTight

wdWrapTopBottom

Applies to