# C1.WPF.RichTextBox.Documents.C1Inline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1Inline" data-uid="C1.WPF.RichTextBox.Documents.C1Inline" class="text-break">C1Inline Class
</h1>
  <div class="markdown level0 summary"><p>An abstract class that provides a base for all inline flow content elements.</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"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></div>
    <div class="level2"><span class="xref">C1Inline</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Run.html">C1Run</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Span.html">C1Span</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1Inline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1Inline : C1TextElement, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1Inline
    Inherits C1TextElement
    Implements IEnumerable(Of C1TextElement), IEnumerable</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_Documents_C1Inline__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1Inline.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.-ctor.html#C1_WPF_RichTextBox_Documents_C1Inline__ctor">C1Inline()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
