# C1.Win.Map.TileLayer.TileSource

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Map_TileLayer_TileSource_" data-uid="C1.Win.Map.TileLayer.TileSource*">TileSource Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Map_TileLayer_TileSource_" data-uid="C1.Win.Map.TileLayer.TileSource*"></a>
<h4 id="C1_Win_Map_TileLayer_TileSource" data-uid="C1.Win.Map.TileLayer.TileSource">TileSource</h4>
<div class="markdown level1 summary"><p>Gets or sets the tile source for this layer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(TileSourceConverter))]
public ITileSource TileSource { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(TileSourceConverter))&gt;
Public Property TileSource As ITileSource</code></pre>
</div>
<h5 id="C1_Win_Map_TileLayer_TileSource_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Sets to null to make the tile layer disabled.</p>
</div>
</div>
