# C1.WPF.RichTextBox.Documents.C1BlockUIContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1BlockUIContainer" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer" class="text-break">C1BlockUIContainer Class
</h1>
  <div class="markdown level0 summary"><p>A block-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.C1Block.html">C1Block</a></div>
    <div class="level3"><span class="xref">C1BlockUIContainer</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.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1BlockUIContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1BlockUIContainer : C1Block, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1BlockUIContainer
    Inherits C1Block
    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_C1BlockUIContainer__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.-ctor.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer__ctor">C1BlockUIContainer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.html">C1BlockUIContainer</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_C1BlockUIContainer_Child" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Child">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Child.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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.C1BlockUIContainer.html">C1BlockUIContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1BlockUIContainer_Content" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Content">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Content.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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.C1BlockUIContainer.html">C1BlockUIContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1BlockUIContainer_ContentEnd" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentEnd">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentEnd.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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_C1BlockUIContainer_ContentStart" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentStart">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentStart.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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_C1BlockUIContainer_ContentTemplate" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.ContentTemplate.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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.C1BlockUIContainer.html">C1BlockUIContainer</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_C1BlockUIContainer_Clone" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Clone">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Clone.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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_C1BlockUIContainer_JoinSibling" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.JoinSibling">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.JoinSibling.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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_C1BlockUIContainer_Split_System_Int32_System_Boolean_" data-uid="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Split(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.Split.html#C1_WPF_RichTextBox_Documents_C1BlockUIContainer_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>
