# C1.C1Preview.RenderIndex.HeadingStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderIndex_HeadingStyle_" data-uid="C1.C1Preview.RenderIndex.HeadingStyle*">HeadingStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderIndex_HeadingStyle_" data-uid="C1.C1Preview.RenderIndex.HeadingStyle*"></a>
<h4 id="C1_C1Preview_RenderIndex_HeadingStyle" data-uid="C1.C1Preview.RenderIndex.HeadingStyle">HeadingStyle</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.Style.html">Style</a> used for letter headings
generated by the current index.
(A heading is a letter preceding the group of entries beginning with that letter.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Style HeadingStyle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property HeadingStyle As Style</code></pre>
</div>
<h5 id="C1_C1Preview_RenderIndex_HeadingStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When the index generates, new objects are created to represent the headings.
As all content objects in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>,
each such object has an inline style that is used to actually render
that object. That style is created on the fly, and the <b>HeadingStyle</b>
is assigned to <a class="xref" href="C1.C1Preview.Style.Parent.html#C1_C1Preview_Style_Parent">Parent</a> and <a class="xref" href="C1.C1Preview.Style.AmbientParent.html#C1_C1Preview_Style_AmbientParent">AmbientParent</a>
properties of that <a class="xref" href="C1.C1Preview.Style.html">Style</a>.</p>
</div>
</div>
