# C1.Win.Map.VirtualLayer.Slices

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Map_VirtualLayer_Slices_" data-uid="C1.Win.Map.VirtualLayer.Slices*">Slices Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Map_VirtualLayer_Slices_" data-uid="C1.Win.Map.VirtualLayer.Slices*"></a>
<h4 id="C1_Win_Map_VirtualLayer_Slices" data-uid="C1.Win.Map.VirtualLayer.Slices">Slices</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Map.MapSlicesCollection.html">MapSlicesCollection</a> specifying how the layer is partitioned for virtualizaiton.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MapSlicesCollection Slices { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Slices As MapSlicesCollection</code></pre>
</div>
<h5 id="C1_Win_Map_VirtualLayer_Slices_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Each <a class="xref" href="C1.Win.Map.MapSlice.html">MapSlice</a> defines a set of regions this virtual layer will get items for when needed.
The minimum zoom of a MapSlice is the value of its <a class="xref" href="C1.Win.Map.MapSlice.Zoom.html#C1_Win_Map_MapSlice_Zoom">Zoom</a> property, while the
maximum zoom is the value from the <a class="xref" href="C1.Win.Map.MapSlice.Zoom.html#C1_Win_Map_MapSlice_Zoom">Zoom</a> property of the next slice.</p>
</div>
</div>
