# C1.C1Preview.RenderTextBase.TabPositions

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderTextBase_TabPositions_" data-uid="C1.C1Preview.RenderTextBase.TabPositions*">TabPositions Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderTextBase_TabPositions_" data-uid="C1.C1Preview.RenderTextBase.TabPositions*"></a>
<h4 id="C1_C1Preview_RenderTextBase_TabPositions" data-uid="C1.C1Preview.RenderTextBase.TabPositions">TabPositions</h4>
<div class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.C1Preview.TabPosition.html">TabPosition</a> objects representing tab stops
associated with the current text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public TabPositionCollection TabPositions { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1TypeSerialization(C1TypeSerializationEnum.Content)&gt;
Public ReadOnly Property TabPositions As TabPositionCollection</code></pre>
</div>
<h5 id="C1_C1Preview_RenderTextBase_TabPositions_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method always returns a non-<b>null</b> <a class="xref" href="C1.C1Preview.TabPositionCollection.html">TabPositionCollection</a>,
initializing it if it did not exist.
To test whether the current object has any tab stops defined
without creating the <a class="xref" href="C1.C1Preview.RenderTextBase.TabPositions.html#C1_C1Preview_RenderTextBase_TabPositions">TabPositions</a> collection,
use the <a class="xref" href="C1.C1Preview.RenderTextBase.HasTabPositions.html#C1_C1Preview_RenderTextBase_HasTabPositions">HasTabPositions</a> property.</p>
</div>
</div>
