# GrapeCity.Documents.Word.WrapFormat.BehindText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_WrapFormat_BehindText_" data-uid="GrapeCity.Documents.Word.WrapFormat.BehindText*">BehindText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_WrapFormat_BehindText_" data-uid="GrapeCity.Documents.Word.WrapFormat.BehindText*"></a>
<h4 id="GrapeCity_Documents_Word_WrapFormat_BehindText" data-uid="GrapeCity.Documents.Word.WrapFormat.BehindText">BehindText</h4>
<div class="markdown level1 summary"><p>Gets or sets whether a floating shape is displayed behind the text of the document when the document is displayed.
When a shape is displayed within a document, that shape can intersect with text in the document.
This property determines whether the text or the object is rendered on top in case of overlapping.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool BehindText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BehindText As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_WrapFormat_BehindText_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 None, this value does not have any effect when displaying the object.</p>
</div>
</div>
