# C1.C1Preview.RenderToc.LevelSpacing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderToc_LevelSpacing_" data-uid="C1.C1Preview.RenderToc.LevelSpacing*">LevelSpacing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderToc_LevelSpacing_" data-uid="C1.C1Preview.RenderToc.LevelSpacing*"></a>
<h4 id="C1_C1Preview_RenderToc_LevelSpacing" data-uid="C1.C1Preview.RenderToc.LevelSpacing">LevelSpacing</h4>
<div class="markdown level1 summary"><p>Gets or sets the indentation step of TOC items.
Items with <a class="xref" href="C1.C1Preview.RenderTocItem.Level.html#C1_C1Preview_RenderTocItem_Level">Level</a> equal to 1 are not indented,
each next level is indented by this value.
The default value is <b>10mm</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Unit LevelSpacing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LevelSpacing As Unit</code></pre>
</div>
</div>
