# GrapeCity.Documents.Word.WrapFormat.DistanceLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_WrapFormat_DistanceLeft_" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceLeft*">DistanceLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_WrapFormat_DistanceLeft_" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceLeft*"></a>
<h4 id="GrapeCity_Documents_Word_WrapFormat_DistanceLeft" data-uid="GrapeCity.Documents.Word.WrapFormat.DistanceLeft">DistanceLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets the minimum distance that is maintained between the left edge of the shape
and any subsequent text within the document when this shape is displayed within the document's contents.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float DistanceLeft { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DistanceLeft As Single</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_WrapFormat_DistanceLeft_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 Inline or None or TopBottom, this value does not have any effect when displaying the object,
but can be maintained and used if the object is subsequently changed to floating.</p>
</div>
</div>
