# C1.WPF.Tile.C1TileService.Register

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Tile_C1TileService_Register_" data-uid="C1.WPF.Tile.C1TileService.Register*">Register Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Tile_C1TileService_Register_" data-uid="C1.WPF.Tile.C1TileService.Register*"></a>
<h4 id="C1_WPF_Tile_C1TileService_Register_C1_WPF_Tile_C1TileBase_" data-uid="C1.WPF.Tile.C1TileService.Register(C1.WPF.Tile.C1TileBase)">Register(C1TileBase)</h4>
<div class="markdown level1 summary"><p>Registers the <a class="xref" href="C1.WPF.Tile.C1TileBase.html">C1TileBase</a> object in the service.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void Register(C1TileBase tile)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub Register(tile As C1TileBase)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.Tile.C1TileBase.html">C1TileBase</a></td>
      <td><span class="parametername">tile</span></td>
      <td><p>The <a class="xref" href="C1.WPF.Tile.C1TileBase.html">C1TileBase</a> object to register.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_WPF_Tile_C1TileService_Register_C1_WPF_Tile_C1TileBase__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Usually, you don't need to call this method directly, the <a class="xref" href="C1.WPF.Tile.C1TileBase.html">C1TileBase</a> control does this at loading.</p>
</div>
</div>
