# C1.WPF.RichTextBox.Documents.TextMarkerStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_RichTextBox_Documents_TextMarkerStyle" data-uid="C1.WPF.RichTextBox.Documents.TextMarkerStyle" class="text-break">TextMarkerStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the appearance of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1List.html">C1List</a> item's bullet.</p>
</div>
  <div class="markdown level0 conceptual"></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_TextMarkerStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextMarkerStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextMarkerStyle</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_Documents_TextMarkerStyle_Box">Box</td>
        <td><p>A solid square box is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_Circle">Circle</td>
        <td><p>A hollow disc circle is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_Decimal">Decimal</td>
        <td><p>A decimal is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_Disc">Disc</td>
        <td><p>A solid disc circle is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_LowerLatin">LowerLatin</td>
        <td><p>A lowercase ASCII character is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_LowerRoman">LowerRoman</td>
        <td><p>A lowercase Roman numeral is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_None">None</td>
        <td><p>No marker is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_Square">Square</td>
        <td><p>A hollow square shape is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_UpperLatin">UpperLatin</td>
        <td><p>An uppercase ASCII character is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_TextMarkerStyle_UpperRoman">UpperRoman</td>
        <td><p>An uppercase Roman numeral is displayed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
