# C1.Win.Map.VectorItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_VectorItem" data-uid="C1.Win.Map.VectorItem" class="text-break">VectorItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class of vector element.</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">VectorItem</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.VectorPlacemark.html">VectorPlacemark</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.VectorPolygon.html">VectorPolygon</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Map.VectorPolyline.html">VectorPolyline</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_VectorItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class VectorItem : NotifyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class VectorItem
    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_VectorItem__ctor" data-uid="C1.Win.Map.VectorItem.#ctor">
          <a class="xref" href="C1.Win.Map.VectorItem.-ctor.html#C1_Win_Map_VectorItem__ctor">VectorItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Win.Map.VectorItem.html">VectorItem</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_VectorItem_Geometry" data-uid="C1.Win.Map.VectorItem.Geometry">
          <a class="xref" href="C1.Win.Map.VectorItem.Geometry.html#C1_Win_Map_VectorItem_Geometry">Geometry</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the geometry for this vector element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorItem_Style" data-uid="C1.Win.Map.VectorItem.Style">
          <a class="xref" href="C1.Win.Map.VectorItem.Style.html#C1_Win_Map_VectorItem_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for this vector element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorItem_Tag" data-uid="C1.Win.Map.VectorItem.Tag">
          <a class="xref" href="C1.Win.Map.VectorItem.Tag.html#C1_Win_Map_VectorItem_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary user-defined data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorItem_Track" data-uid="C1.Win.Map.VectorItem.Track">
          <a class="xref" href="C1.Win.Map.VectorItem.Track.html#C1_Win_Map_VectorItem_Track">Track</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether should be used to auto center and zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorItem_Type" data-uid="C1.Win.Map.VectorItem.Type">
          <a class="xref" href="C1.Win.Map.VectorItem.Type.html#C1_Win_Map_VectorItem_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of this vector element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorItem_Visible" data-uid="C1.Win.Map.VectorItem.Visible">
          <a class="xref" href="C1.Win.Map.VectorItem.Visible.html#C1_Win_Map_VectorItem_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of this vector element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
