# GrapeCity.Documents.Word.WrapFormat.WrapPolygon

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_WrapFormat_WrapPolygon_" data-uid="GrapeCity.Documents.Word.WrapFormat.WrapPolygon*">WrapPolygon Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_WrapFormat_WrapPolygon_" data-uid="GrapeCity.Documents.Word.WrapFormat.WrapPolygon*"></a>
<h4 id="GrapeCity_Documents_Word_WrapFormat_WrapPolygon" data-uid="GrapeCity.Documents.Word.WrapFormat.WrapPolygon">WrapPolygon</h4>
<div class="markdown level1 summary"><p>Gets or sets the wrapping polygon that is used to determine the extents to which text can wrap around the shape in the document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;PointF&gt; WrapPolygon { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property WrapPolygon As List(Of PointF)</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_WrapFormat_WrapPolygon_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If property <a class="xref" href="GrapeCity.Documents.Word.WrapFormat.Type.html#GrapeCity_Documents_Word_WrapFormat_Type">Type</a> is not Through or not Tight, this value does not have any effect when displaying the object.</p>
</div>
</div>
