# C1.WPF.RichTextBox.C1PaintLayer

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_RichTextBox_C1PaintLayer" data-uid="C1.WPF.RichTextBox.C1PaintLayer" class="text-break">C1PaintLayer Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the layers where an element can be painted inside a text line. See <a class="xref" href="C1.WPF.RichTextBox.C1PaintingContext.PaintInline.html#C1_WPF_RichTextBox_C1PaintingContext_PaintInline_C1_WPF_RichTextBox_C1Line_System_Double_System_Double_C1_WPF_RichTextBox_C1PaintLayer_System_Windows_FrameworkElement_">PaintInline(C1Line, double, double, C1PaintLayer, FrameworkElement)</a>.</p>
</div>
  <div class="markdown level0 conceptual"></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.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1PaintLayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1PaintLayer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1PaintLayer</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_AboveBackground">AboveBackground</td>
        <td><p>The layer directly above the text background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_AboveText">AboveText</td>
        <td><p>The layer directly above the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_Background">Background</td>
        <td><p>The layer containing the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_BelowBackground">BelowBackground</td>
        <td><p>The layer directly below the text background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_BelowText">BelowText</td>
        <td><p>The layer directly below the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1PaintLayer_Text">Text</td>
        <td><p>The layer containing the text.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
