# C1.WPF.RichTextBox.C1StyleOverrideMerger

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_C1StyleOverrideMerger" data-uid="C1.WPF.RichTextBox.C1StyleOverrideMerger" class="text-break">C1StyleOverrideMerger Class
</h1>
  <div class="markdown level0 summary"><p>Implements an <a class="xref" href="C1.WPF.RichTextBox.IStyleOverride.html">IStyleOverride</a> that combines multiple IStyleOverrids.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1StyleOverrideMerger</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.RichTextBox.IStyleOverride.html">IStyleOverride</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1StyleOverrideMerger_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1StyleOverrideMerger : IStyleOverride</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1StyleOverrideMerger
    Implements IStyleOverride</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1StyleOverrideMerger__ctor" data-uid="C1.WPF.RichTextBox.C1StyleOverrideMerger.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.-ctor.html#C1_WPF_RichTextBox_C1StyleOverrideMerger__ctor">C1StyleOverrideMerger()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs a new <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.html">C1StyleOverrideMerger</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1StyleOverrideMerger_Overrides" data-uid="C1.WPF.RichTextBox.C1StyleOverrideMerger.Overrides">
          <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.Overrides.html#C1_WPF_RichTextBox_C1StyleOverrideMerger_Overrides">Overrides</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.WPF.RichTextBox.IStyleOverride.html">IStyleOverride</a> merged by this <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.html">C1StyleOverrideMerger</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1StyleOverrideMerger_GetStyles_C1_WPF_RichTextBox_Documents_C1TextRange_" data-uid="C1.WPF.RichTextBox.C1StyleOverrideMerger.GetStyles(C1.WPF.RichTextBox.Documents.C1TextRange)">
          <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.GetStyles.html#C1_WPF_RichTextBox_C1StyleOverrideMerger_GetStyles_C1_WPF_RichTextBox_Documents_C1TextRange_">GetStyles(C1TextRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of <a class="xref" href="C1.WPF.RichTextBox.C1RangeStyle.html">C1RangeStyle</a> objects to apply to the text inside the parameter <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1StyleOverrideMerger_StylesChanged" data-uid="C1.WPF.RichTextBox.C1StyleOverrideMerger.StylesChanged">
          <a class="xref" href="C1.WPF.RichTextBox.C1StyleOverrideMerger.StylesChanged.html">StylesChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the styles of this <a class="xref" href="C1.WPF.RichTextBox.IStyleOverride.html">IStyleOverride</a> change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
