# C1.Win.Tile.ImageSelector

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_ImageSelector" data-uid="C1.Win.Tile.ImageSelector" class="text-break">ImageSelector 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 image 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_ImageSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageSelector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImageSelector</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_ImageSelector_CommonImage1">CommonImage1</td>
        <td><p>Binds to the first common image in the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_CommonImage2">CommonImage2</td>
        <td><p>Binds to the second common image in the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_CommonImage3">CommonImage3</td>
        <td><p>Binds to the third common image in the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Default">Default</td>
        <td><p>Binds to the default image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Image1">Image1</td>
        <td><p>Binds to the first additional image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Image2">Image2</td>
        <td><p>Binds to the second additional image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Image3">Image3</td>
        <td><p>Binds to the third additional image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Image4">Image4</td>
        <td><p>Binds to the fourth additional image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Image5">Image5</td>
        <td><p>Binds to the fifth additional image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_ImageOrSymbol">ImageOrSymbol</td>
        <td><p>Binds to the default image of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> or to the <a class="xref" href="C1.Win.Tile.Tile.Symbol.html#C1_Win_Tile_Tile_Symbol">Symbol</a> property if the image is not specified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Number">Number</td>
        <td><p>Binds to the &quot;badge number&quot; images (row index may vary from 0 to 100).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Stars">Stars</td>
        <td><p>Binds to the &quot;5-stars&quot; images (row index may vary from 0 to 10).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Symbol">Symbol</td>
        <td><p>Binds to a symbol defined in a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_Unbound">Unbound</td>
        <td><p>Shows the fixed image defined in the template or a part of that image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ImageSelector_UnboundSymbol">UnboundSymbol</td>
        <td><p>Shows a symbol that is specified in an <a class="xref" href="C1.Win.Tile.ImageElement.html">ImageElement</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
