# C1.Framework.Drawing.Gdi.TabUnit

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_TabUnit" data-uid="C1.Framework.Drawing.Gdi.TabUnit" class="text-break">TabUnit Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the unit of the tab stops or offset.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_TabUnit_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TabUnit</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TabUnit</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_Framework_Drawing_Gdi_TabUnit_Character">Character</td>
        <td><p>The unit of the tab stops or offset are base on the character number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_TabUnit_Pixel">Pixel</td>
        <td><p>The unit of the tab stops or offset is base on logical point of the display surface.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
