# C1.Win.Tile.TextSelector

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_TextSelector" data-uid="C1.Win.Tile.TextSelector" class="text-break">TextSelector Enum
</h1>
  <div class="markdown level0 summary"><p>Defines which property of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> object should be bound
to the text of a template element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_TextSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextSelector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextSelector</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_Win_Tile_TextSelector_Default">Default</td>
        <td><p>Binds to the default text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text1">Text1</td>
        <td><p>Binds to the first additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text2">Text2</td>
        <td><p>Binds to the second additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text3">Text3</td>
        <td><p>Binds to the third additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text4">Text4</td>
        <td><p>Binds to the fourth additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text5">Text5</td>
        <td><p>Binds to the fifth additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text6">Text6</td>
        <td><p>Binds to the sixth additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text7">Text7</td>
        <td><p>Binds to the seventh additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text8">Text8</td>
        <td><p>Binds to the eighth additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Text9">Text9</td>
        <td><p>Binds to the ninth additional text string of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_TextSelector_Unbound">Unbound</td>
        <td><p>Shows the fixed text string defined in the template.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
