# C1.Win.Map.MapVisualItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_MapVisualItem" data-uid="C1.Win.Map.MapVisualItem" class="text-break">MapVisualItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the visual item 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">MapVisualItem</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.MapSubItem.html">MapSubItem</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.MapSubItemTitle.html">MapSubItemTitle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.MapViewport.html">MapViewport</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_MapVisualItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class MapVisualItem : NotifyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public MustInherit Class MapVisualItem
    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_MapVisualItem__ctor" data-uid="C1.Win.Map.MapVisualItem.#ctor">
          <a class="xref" href="C1.Win.Map.MapVisualItem.-ctor.html#C1_Win_Map_MapVisualItem__ctor">MapVisualItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Win.Map.MapVisualItem.html">MapVisualItem</a> object;</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_Win_Map_MapVisualItem_Margin" data-uid="C1.Win.Map.MapVisualItem.Margin">
          <a class="xref" href="C1.Win.Map.MapVisualItem.Margin.html#C1_Win_Map_MapVisualItem_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin space for this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapVisualItem_Padding" data-uid="C1.Win.Map.MapVisualItem.Padding">
          <a class="xref" href="C1.Win.Map.MapVisualItem.Padding.html#C1_Win_Map_MapVisualItem_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding space for this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapVisualItem_Style" data-uid="C1.Win.Map.MapVisualItem.Style">
          <a class="xref" href="C1.Win.Map.MapVisualItem.Style.html#C1_Win_Map_MapVisualItem_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for this element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
