# C1.Win.Tile.SymbolSize

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_SymbolSize" data-uid="C1.Win.Tile.SymbolSize" class="text-break">SymbolSize Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates the available sizes for tile symbols.</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_SymbolSize_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SymbolSize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SymbolSize</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_SymbolSize_Image16x16">Image16x16</td>
        <td><p>Size of symbol is 16x16, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image24x24">Image24x24</td>
        <td><p>Size of symbol is 24x24, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image32x32">Image32x32</td>
        <td><p>Size of symbol is 32x32, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image40x40">Image40x40</td>
        <td><p>Size of symbol is 40x40, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image48x48">Image48x48</td>
        <td><p>Size of symbol is 48x48, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image56x56">Image56x56</td>
        <td><p>Size of symbol is 56x56, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image64x64">Image64x64</td>
        <td><p>Size of symbol is 64x64, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image80x80">Image80x80</td>
        <td><p>Size of symbol is 80x80, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SymbolSize_Image96x96">Image96x96</td>
        <td><p>Size of symbol is 96x96, in pixels.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
