# GrapeCity.Documents.Text.TabStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_TabStop" data-uid="GrapeCity.Documents.Text.TabStop" class="text-break">TabStop Class
</h1>
  <div class="markdown level0 summary"><p>Represents a tab stop in a <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>.</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"><span class="xref">TabStop</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_TabStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TabStop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TabStop</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="GrapeCity_Documents_Text_TabStop__ctor_GrapeCity_Documents_Text_TabStop_" data-uid="GrapeCity.Documents.Text.TabStop.#ctor(GrapeCity.Documents.Text.TabStop)">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.-ctor.html#GrapeCity_Documents_Text_TabStop__ctor_GrapeCity_Documents_Text_TabStop_">TabStop(TabStop)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.TabStop.html">TabStop</a> class copying data from an existing instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TabStop__ctor_System_Single_GrapeCity_Documents_Text_TabStopAlignment_GrapeCity_Documents_Text_TabStopLeader_" data-uid="GrapeCity.Documents.Text.TabStop.#ctor(System.Single,GrapeCity.Documents.Text.TabStopAlignment,GrapeCity.Documents.Text.TabStopLeader)">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.-ctor.html#GrapeCity_Documents_Text_TabStop__ctor_System_Single_GrapeCity_Documents_Text_TabStopAlignment_GrapeCity_Documents_Text_TabStopLeader_">TabStop(float, TabStopAlignment, TabStopLeader)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.TabStop.html">TabStop</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TabStop__ctor_System_Single_System_Char_" data-uid="GrapeCity.Documents.Text.TabStop.#ctor(System.Single,System.Char)">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.-ctor.html#GrapeCity_Documents_Text_TabStop__ctor_System_Single_System_Char_">TabStop(float, char)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.TabStop.html">TabStop</a> class.</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="GrapeCity_Documents_Text_TabStop_Alignment" data-uid="GrapeCity.Documents.Text.TabStop.Alignment">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.Alignment.html#GrapeCity_Documents_Text_TabStop_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how the text is aligned relative to the tab stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TabStop_Leader" data-uid="GrapeCity.Documents.Text.TabStop.Leader">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.Leader.html#GrapeCity_Documents_Text_TabStop_Leader">Leader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the leader line displayed under the tab character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TabStop_Offset" data-uid="GrapeCity.Documents.Text.TabStop.Offset">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.Offset.html#GrapeCity_Documents_Text_TabStop_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TabStop_Separator" data-uid="GrapeCity.Documents.Text.TabStop.Separator">
          <a class="xref" href="GrapeCity.Documents.Text.TabStop.Separator.html#GrapeCity_Documents_Text_TabStop_Separator">Separator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separator character in UTF-32 encoding (used when the Alignment property is set to 'SeparatorTab').</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
