# C1.Win.Map.MapLayer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_MapLayer" data-uid="C1.Win.Map.MapLayer" class="text-break">MapLayer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the 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"><span class="xref">MapLayer</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.TileLayer.html">TileLayer</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.VectorLayerBase.html">VectorLayerBase</a></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_MapLayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapLayer : NotifyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class MapLayer
    Inherits NotifyObject</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_MapLayer__ctor" data-uid="C1.Win.Map.MapLayer.#ctor">
          <a class="xref" href="C1.Win.Map.MapLayer.-ctor.html#C1_Win_Map_MapLayer__ctor">MapLayer()</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_MapLayer_MaxZoom" data-uid="C1.Win.Map.MapLayer.MaxZoom">
          <a class="xref" href="C1.Win.Map.MapLayer.MaxZoom.html#C1_Win_Map_MapLayer_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maxinum zoom which can show this layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapLayer_MinZoom" data-uid="C1.Win.Map.MapLayer.MinZoom">
          <a class="xref" href="C1.Win.Map.MapLayer.MinZoom.html#C1_Win_Map_MapLayer_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum zoom which can show this layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapLayer_Name" data-uid="C1.Win.Map.MapLayer.Name">
          <a class="xref" href="C1.Win.Map.MapLayer.Name.html#C1_Win_Map_MapLayer_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the  name of this layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapLayer_ParentMap" data-uid="C1.Win.Map.MapLayer.ParentMap">
          <a class="xref" href="C1.Win.Map.MapLayer.ParentMap.html#C1_Win_Map_MapLayer_ParentMap">ParentMap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parent map which contains this layer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapLayer_Visible" data-uid="C1.Win.Map.MapLayer.Visible">
          <a class="xref" href="C1.Win.Map.MapLayer.Visible.html#C1_Win_Map_MapLayer_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of this layer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
