# C1.WPF.Maps.VectorItemBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_VectorItemBase" data-uid="C1.WPF.Maps.VectorItemBase" class="text-break">VectorItemBase Class
</h1>
  <div class="markdown level0 summary"><p>An element for C1VectorLayer.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">VectorItemBase</span></div>
      <div class="level8"><a class="xref" href="C1.WPF.Maps.VectorItem.html">VectorItem</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.Maps.VectorPolygon.html">VectorPolygon</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.Maps.VectorPolyline.html">VectorPolyline</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_VectorItemBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class VectorItemBase : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class VectorItemBase
    Inherits UserControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable</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_VectorItemBase__ctor" data-uid="C1.WPF.Maps.VectorItemBase.#ctor">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.-ctor.html#C1_WPF_Maps_VectorItemBase__ctor">VectorItemBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_VectorItemBase_FillProperty" data-uid="C1.WPF.Maps.VectorItemBase.FillProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.FillProperty.html">FillProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Fill dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_LodProperty" data-uid="C1.WPF.Maps.VectorItemBase.LodProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.LodProperty.html">LodProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Lod dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashArrayProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashArrayProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashArrayProperty.html">StrokeDashArrayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeDashArray dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashCapProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashCapProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashCapProperty.html">StrokeDashCapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeDashCap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashOffsetProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashOffsetProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashOffsetProperty.html">StrokeDashOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeDashOffset dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeEndLineCapProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeEndLineCapProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeEndLineCapProperty.html">StrokeEndLineCapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeEndLineCap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeLineJoinProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeLineJoinProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeLineJoinProperty.html">StrokeLineJoinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeLineJoin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeMiterLimitProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeMiterLimitProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeMiterLimitProperty.html">StrokeMiterLimitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeMiterLimit dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeProperty.html">StrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Stroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeStartLineCapProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeStartLineCapProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeStartLineCapProperty.html">StrokeStartLineCapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeStartLineCap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeThicknessProperty" data-uid="C1.WPF.Maps.VectorItemBase.StrokeThicknessProperty">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeThicknessProperty.html">StrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeThickness dependency property.</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_VectorItemBase_Bounds" data-uid="C1.WPF.Maps.VectorItemBase.Bounds">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.Bounds.html#C1_WPF_Maps_VectorItemBase_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Get the bounds in geographical coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_Fill" data-uid="C1.WPF.Maps.VectorItemBase.Fill">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.Fill.html#C1_WPF_Maps_VectorItemBase_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_Lod" data-uid="C1.WPF.Maps.VectorItemBase.Lod">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.Lod.html#C1_WPF_Maps_VectorItemBase_Lod">Lod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the level of details of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_Stroke" data-uid="C1.WPF.Maps.VectorItemBase.Stroke">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.Stroke.html#C1_WPF_Maps_VectorItemBase_Stroke">Stroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashArray" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashArray">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashArray.html#C1_WPF_Maps_VectorItemBase_StrokeDashArray">StrokeDashArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke dash array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashCap" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashCap">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashCap.html#C1_WPF_Maps_VectorItemBase_StrokeDashCap">StrokeDashCap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke end line cap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeDashOffset" data-uid="C1.WPF.Maps.VectorItemBase.StrokeDashOffset">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeDashOffset.html#C1_WPF_Maps_VectorItemBase_StrokeDashOffset">StrokeDashOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke dash offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeEndLineCap" data-uid="C1.WPF.Maps.VectorItemBase.StrokeEndLineCap">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeEndLineCap.html#C1_WPF_Maps_VectorItemBase_StrokeEndLineCap">StrokeEndLineCap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke end line cap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeLineJoin" data-uid="C1.WPF.Maps.VectorItemBase.StrokeLineJoin">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeLineJoin.html#C1_WPF_Maps_VectorItemBase_StrokeLineJoin">StrokeLineJoin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke line join.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeMiterLimit" data-uid="C1.WPF.Maps.VectorItemBase.StrokeMiterLimit">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeMiterLimit.html#C1_WPF_Maps_VectorItemBase_StrokeMiterLimit">StrokeMiterLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke miter limit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeStartLineCap" data-uid="C1.WPF.Maps.VectorItemBase.StrokeStartLineCap">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeStartLineCap.html#C1_WPF_Maps_VectorItemBase_StrokeStartLineCap">StrokeStartLineCap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke start line cap.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_StrokeThickness" data-uid="C1.WPF.Maps.VectorItemBase.StrokeThickness">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.StrokeThickness.html#C1_WPF_Maps_VectorItemBase_StrokeThickness">StrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke thickness.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_VectorItemBase_Dispose" data-uid="C1.WPF.Maps.VectorItemBase.Dispose">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.Dispose.html#C1_WPF_Maps_VectorItemBase_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Relesed unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_GetBounds_System_Collections_Generic_IEnumerable_System_Windows_Point__" data-uid="C1.WPF.Maps.VectorItemBase.GetBounds(System.Collections.Generic.IEnumerable{System.Windows.Point})">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.GetBounds.html#C1_WPF_Maps_VectorItemBase_GetBounds_System_Collections_Generic_IEnumerable_System_Windows_Point__">GetBounds(IEnumerable&lt;Point&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_GetScreenBounds" data-uid="C1.WPF.Maps.VectorItemBase.GetScreenBounds">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.GetScreenBounds.html#C1_WPF_Maps_VectorItemBase_GetScreenBounds">GetScreenBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element bounds in screen coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorItemBase_InitShape_System_Windows_Shapes_Shape_" data-uid="C1.WPF.Maps.VectorItemBase.InitShape(System.Windows.Shapes.Shape)">
          <a class="xref" href="C1.WPF.Maps.VectorItemBase.InitShape.html#C1_WPF_Maps_VectorItemBase_InitShape_System_Windows_Shapes_Shape_">InitShape(Shape)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the internal shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
