# C1.WPF.RichTextBox.Documents.C1TextDecorationLocation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation" data-uid="C1.WPF.RichTextBox.Documents.C1TextDecorationLocation" class="text-break">C1TextDecorationLocation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the vertical position of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecoration.html">C1TextDecoration</a> object.</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.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1TextDecorationLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1TextDecorationLocation</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_C1TextDecorationLocation_Baseline">Baseline</td>
        <td><p>The vertical position of a baseline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation_Line">Line</td>
        <td><p>The vertical position of the line top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation_OverLine">OverLine</td>
        <td><p>The vertical position of an overline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation_Strikethrough">Strikethrough</td>
        <td><p>The vertical position of a strikethrough.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextDecorationLocation_Underline">Underline</td>
        <td><p>The vertical position of an underline. This is the default value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
