# C1.C1Preview.RenderIndex.EntryHangingIndent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderIndex_EntryHangingIndent_" data-uid="C1.C1Preview.RenderIndex.EntryHangingIndent*">EntryHangingIndent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderIndex_EntryHangingIndent_" data-uid="C1.C1Preview.RenderIndex.EntryHangingIndent*"></a>
<h4 id="C1_C1Preview_RenderIndex_EntryHangingIndent" data-uid="C1.C1Preview.RenderIndex.EntryHangingIndent">EntryHangingIndent</h4>
<div class="markdown level1 summary"><p>Gets or sets the hanging indent of the first line of an entry's paragraph
relative to the following lines (used if the list of occurrences and
cross-references for the entry is too long to fit on a single line).</p>
<p>The default is 1/8 of an inch.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Unit EntryHangingIndent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property EntryHangingIndent As Unit</code></pre>
</div>
<h5 id="C1_C1Preview_RenderIndex_EntryHangingIndent_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>While this property has the <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> type,
only absolute values (such as &quot;10mm&quot;, &quot;0.5in&quot; and so on - see <a class="xref" href="C1.C1Preview.Unit.IsAbs.html#C1_C1Preview_Unit_IsAbs">IsAbs</a>)
can be assigned to it.</p>
</div>
</div>
