# C1.C1Preview.RenderIndex.FillChar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderIndex_FillChar_" data-uid="C1.C1Preview.RenderIndex.FillChar*">FillChar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderIndex_FillChar_" data-uid="C1.C1Preview.RenderIndex.FillChar*"></a>
<h4 id="C1_C1Preview_RenderIndex_FillChar" data-uid="C1.C1Preview.RenderIndex.FillChar">FillChar</h4>
<div class="markdown level1 summary"><p>Gets or sets a character used to fill the empty space between
an index entry's <a class="xref" href="C1.C1Preview.IndexEntry.Caption.html#C1_C1Preview_IndexEntry_Caption">Caption</a> and the page number or numbers
referencing the occurrences of that entry.
This property is only used if <a class="xref" href="C1.C1Preview.RenderIndex.PageNumbersAtRight.html#C1_C1Preview_RenderIndex_PageNumbersAtRight">PageNumbersAtRight</a>
on the current <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a> has been set to <b>true</b>.</p>
<p>The default is a dot (<b>'.'</b>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public char FillChar { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FillChar As Char</code></pre>
</div>
</div>
