# C1.C1Preview.RenderIndex.EntryIndent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderIndex_EntryIndent_" data-uid="C1.C1Preview.RenderIndex.EntryIndent*">EntryIndent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderIndex_EntryIndent_" data-uid="C1.C1Preview.RenderIndex.EntryIndent*"></a>
<h4 id="C1_C1Preview_RenderIndex_EntryIndent" data-uid="C1.C1Preview.RenderIndex.EntryIndent">EntryIndent</h4>
<div class="markdown level1 summary"><p>Gets or sets the indent of sub-entries relative to the main index entry.</p>
<p>The default is 1/4 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 EntryIndent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property EntryIndent As Unit</code></pre>
</div>
<h5 id="C1_C1Preview_RenderIndex_EntryIndent_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>
