# GrapeCity.Documents.Word.WrapFormat.Side

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_WrapFormat_Side_" data-uid="GrapeCity.Documents.Word.WrapFormat.Side*">Side Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_WrapFormat_Side_" data-uid="GrapeCity.Documents.Word.WrapFormat.Side*"></a>
<h4 id="GrapeCity_Documents_Word_WrapFormat_Side" data-uid="GrapeCity.Documents.Word.WrapFormat.Side">Side</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the document text wraps on both sides of a shape,
on either the left or right side only, or on the side of the shape that is farthest from the page margin.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WrapSide Side { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Side As WrapSide</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_WrapFormat_Side_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 Inline or None or TopBottom, his value does not have any effect when displaying the object.</p>
</div>
</div>
