# C1.Win.Tile.ForeColorSelector

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_ForeColorSelector" data-uid="C1.Win.Tile.ForeColorSelector" class="text-break">ForeColorSelector 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 foreground color 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_ForeColorSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ForeColorSelector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ForeColorSelector</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_ForeColorSelector_Default">Default</td>
        <td><p>Binds to the default foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_ForeColor1">ForeColor1</td>
        <td><p>Binds to the first additional foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_ForeColor2">ForeColor2</td>
        <td><p>Binds to the second additional foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_ForeColor3">ForeColor3</td>
        <td><p>Binds to the third additional foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_ForeColor4">ForeColor4</td>
        <td><p>Binds to the fourth additional foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_ForeColor5">ForeColor5</td>
        <td><p>Binds to the fifth additional foreground color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeColorSelector_Unbound">Unbound</td>
        <td><p>Shows the foreground color that is defined in the template.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
