# C1.C1Preview.RenderIndex.SeeAlsoStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderIndex_SeeAlsoStyle_" data-uid="C1.C1Preview.RenderIndex.SeeAlsoStyle*">SeeAlsoStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderIndex_SeeAlsoStyle_" data-uid="C1.C1Preview.RenderIndex.SeeAlsoStyle*"></a>
<h4 id="C1_C1Preview_RenderIndex_SeeAlsoStyle" data-uid="C1.C1Preview.RenderIndex.SeeAlsoStyle">SeeAlsoStyle</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.Style.html">Style</a> of the <b>&quot;See (...)&quot;</b> text
used to list cross-references between entries of the current <a class="xref" href="C1.C1Preview.RenderIndex.html">RenderIndex</a>.</p>
<p>
Note that this style is only applied to the static text of the <a class="xref" href="C1.C1Preview.RenderIndex.SeeAlsoFormat.html#C1_C1Preview_RenderIndex_SeeAlsoFormat">SeeAlsoFormat</a>
format string, but not to the entries' list output by that format.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Style SeeAlsoStyle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property SeeAlsoStyle As Style</code></pre>
</div>
<h5 id="C1_C1Preview_RenderIndex_SeeAlsoStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When the index generates, new objects are created to represent the &quot;See also&quot; cross-references.
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>SeeAlsoStyle</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>
<h5 id="C1_C1Preview_RenderIndex_SeeAlsoStyle_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.RenderIndex.SeeAlsoFormat.html#C1_C1Preview_RenderIndex_SeeAlsoFormat">SeeAlsoFormat</a></div>
</div>
</div>
