# C1.C1Preview.TabPosition.Position

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_TabPosition_Position_" data-uid="C1.C1Preview.TabPosition.Position*">Position Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_TabPosition_Position_" data-uid="C1.C1Preview.TabPosition.Position*"></a>
<h4 id="C1_C1Preview_TabPosition_Position" data-uid="C1.C1Preview.TabPosition.Position">Position</h4>
<div class="markdown level1 summary"><p>Gets or sets the tab stop position, relative to the left of the text area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Unit Position { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Position As Unit</code></pre>
</div>
<h5 id="C1_C1Preview_TabPosition_Position_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The tab stop position is relative to the left edge of the text area.
That area does not include any padding or borders, so for example
if a <a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a> has a 1 inch left padding,
and the first <a class="xref" href="C1.C1Preview.TabPosition.html">TabPosition</a> is set to 1 inch,
any text after the first tab char will be positioned 2 inches
to the right of the <a class="xref" href="C1.C1Preview.RenderText.html">RenderText</a>'s X coordinate.</p>
</div>
</div>
