# C1.Win.Map.TileLayer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_TileLayer" data-uid="C1.Win.Map.TileLayer" class="text-break">TileLayer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the tile layer displayed in the C1Map.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.Map.NotifyObject.html">NotifyObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Map.MapLayer.html">MapLayer</a></div>
    <div class="level3"><span class="xref">TileLayer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_TileLayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TileLayer : MapLayer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TileLayer
    Inherits MapLayer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_TileLayer__ctor" data-uid="C1.Win.Map.TileLayer.#ctor">
          <a class="xref" href="C1.Win.Map.TileLayer.-ctor.html#C1_Win_Map_TileLayer__ctor">TileLayer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_TileLayer_TileSource" data-uid="C1.Win.Map.TileLayer.TileSource">
          <a class="xref" href="C1.Win.Map.TileLayer.TileSource.html#C1_Win_Map_TileLayer_TileSource">TileSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tile source for this layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_TileLayer_Timeout" data-uid="C1.Win.Map.TileLayer.Timeout">
          <a class="xref" href="C1.Win.Map.TileLayer.Timeout.html#C1_Win_Map_TileLayer_Timeout">Timeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of time, in milliseconds, before the requests times out.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_TileLayer_NotifyChanges" data-uid="C1.Win.Map.TileLayer.NotifyChanges">
          <a class="xref" href="C1.Win.Map.TileLayer.NotifyChanges.html#C1_Win_Map_TileLayer_NotifyChanges">NotifyChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when changes need be notified.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
