# C1.WPF.RichTextBox.Documents.C1InlineUIContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer" class="text-break">C1InlineUIContainer Class
</h1>
  <div class="markdown level0 summary"><p>An inline-level flow content element which enables UIElement elements to be embedded in flow content.</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"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.html">C1Inline</a></div>
    <div class="level3"><span class="xref">C1InlineUIContainer</span></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.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1InlineUIContainer : C1Inline, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1InlineUIContainer
    Inherits C1Inline
    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_C1InlineUIContainer__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.-ctor.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer__ctor">C1InlineUIContainer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</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_Documents_C1InlineUIContainer_Child" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Child">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Child.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Child">Child</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> hosted by the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Content" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Content">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Content.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentEnd" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentEnd">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentEnd.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentEnd">ContentEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> at the end of this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentStart" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentStart">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentStart.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentStart">ContentStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> at the start of this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentTemplate" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.ContentTemplate.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_ContentTemplate">ContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content template of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</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_Documents_C1InlineUIContainer_Clone" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Clone">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Clone.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a deep copy of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_JoinSibling" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.JoinSibling">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.JoinSibling.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_JoinSibling">JoinSibling()</a>
        </td>
        <td class="markdown level1 summary"><p>Joins this element with its next sibling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Split_System_Int32_System_Boolean_" data-uid="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.Split.html#C1_WPF_RichTextBox_Documents_C1InlineUIContainer_Split_System_Int32_System_Boolean_">Split(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at the specified offset into two elements of the same type with the same style properties.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
