# C1.Win.Tile.BackColorSelector

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_BackColorSelector" data-uid="C1.Win.Tile.BackColorSelector" class="text-break">BackColorSelector 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 background 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_BackColorSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BackColorSelector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BackColorSelector</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_BackColorSelector_BackColor1">BackColor1</td>
        <td><p>Binds to the first additional background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_BackColor2">BackColor2</td>
        <td><p>Binds to the second additional background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_BackColor3">BackColor3</td>
        <td><p>Binds to the third additional background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_BackColor4">BackColor4</td>
        <td><p>Binds to the fourth additional background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_BackColor5">BackColor5</td>
        <td><p>Binds to the fifth additional background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_Default">Default</td>
        <td><p>Binds to the default background color of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_BackColorSelector_Unbound">Unbound</td>
        <td><p>Shows the background color that is defined in the template.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
