# C1.WPF.Maps.LOD

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_LOD" data-uid="C1.WPF.Maps.LOD" class="text-break">LOD Struct
</h1>
  <div class="markdown level0 summary"><p>The LOD (Level Of Detail) structure associates element visibility with the
map scale (zoom and size).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Maps.html">C1.WPF.Maps</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Maps.dll</h6>
  <h5 id="C1_WPF_Maps_LOD_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct LOD</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure LOD</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_WPF_Maps_LOD__ctor_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.WPF.Maps.LOD.#ctor(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Maps.LOD.-ctor.html#C1_WPF_Maps_LOD__ctor_System_Double_System_Double_System_Double_System_Double_">LOD(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.WPF.Maps.LOD.html">LOD</a> structure.</p>
</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_WPF_Maps_LOD_MaxSize" data-uid="C1.WPF.Maps.LOD.MaxSize">
          <a class="xref" href="C1.WPF.Maps.LOD.MaxSize.html#C1_WPF_Maps_LOD_MaxSize">MaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>When the pixel size of element is greater than MaxSize the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LOD_MaxZoom" data-uid="C1.WPF.Maps.LOD.MaxZoom">
          <a class="xref" href="C1.WPF.Maps.LOD.MaxZoom.html#C1_WPF_Maps_LOD_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>When the map zoom is greater than MaxZoom the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LOD_MinSize" data-uid="C1.WPF.Maps.LOD.MinSize">
          <a class="xref" href="C1.WPF.Maps.LOD.MinSize.html#C1_WPF_Maps_LOD_MinSize">MinSize</a>
        </td>
        <td class="markdown level1 summary"><p>When the pixel size of element is less than MinSize the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LOD_MinZoom" data-uid="C1.WPF.Maps.LOD.MinZoom">
          <a class="xref" href="C1.WPF.Maps.LOD.MinZoom.html#C1_WPF_Maps_LOD_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>When the map zoom is less than MinZoom the element is not visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
