# C1.Win.Tile.IntValueSelector

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_IntValueSelector" data-uid="C1.Win.Tile.IntValueSelector" class="text-break">IntValueSelector 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 an integer value within 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_IntValueSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum IntValueSelector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum IntValueSelector</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_IntValueSelector_Default">Default</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue.html#C1_Win_Tile_Tile_IntValue">IntValue</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_IntValue1">IntValue1</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue1.html#C1_Win_Tile_Tile_IntValue1">IntValue1</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_IntValue2">IntValue2</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue2.html#C1_Win_Tile_Tile_IntValue2">IntValue2</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_IntValue3">IntValue3</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue3.html#C1_Win_Tile_Tile_IntValue3">IntValue3</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_IntValue4">IntValue4</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue4.html#C1_Win_Tile_Tile_IntValue4">IntValue4</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_IntValue5">IntValue5</td>
        <td><p>Binds to an integer value that is stored in the <a class="xref" href="C1.Win.Tile.Tile.IntValue5.html#C1_Win_Tile_Tile_IntValue5">IntValue5</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_IntValueSelector_Unbound">Unbound</td>
        <td><p>Uses the template's own value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
