# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem" class="text-break">IMapSubItem Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the base interface for all map rendering parts: viewport, titles, legends, distance scale, color scale.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMapSubItem</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_BottomMargin" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.BottomMargin">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.BottomMargin.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the bottom margin. The default value is 0in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_LeftMargin" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.LeftMargin">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.LeftMargin.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the left margin. The default value is 0in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_MapLocation" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.MapLocation">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.MapLocation.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_MapLocation">MapLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subitem location within the map.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_MapSize" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.MapSize">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.MapSize.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_MapSize">MapSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subitem size within the map.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_RightMargin" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.RightMargin">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.RightMargin.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the right margin. The default value is 0in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_ShadowIntensity" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.ShadowIntensity">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.ShadowIntensity.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_ShadowIntensity">ShadowIntensity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shadow intensity.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_Style" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.Style.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style properties for the map subitem.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_TopMargin" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.TopMargin">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.TopMargin.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the top margin. The default value is 0in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_ZIndex" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.ZIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapSubItem.ZIndex.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapSubItem_ZIndex">ZIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the drawing order of the item within the map. The default value is 0.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
