# C1.WPF.Maps.VectorPlacemark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_VectorPlacemark" data-uid="C1.WPF.Maps.VectorPlacemark" class="text-break">VectorPlacemark Class
</h1>
  <div class="markdown level0 summary"><p>Represents placemark on the map.</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"><a class="xref" href="C1.WPF.Maps.VectorItemBase.html">VectorItemBase</a></div>
    <div class="level8"><a class="xref" href="C1.WPF.Maps.VectorItem.html">VectorItem</a></div>
    <div class="level9"><span class="xref">VectorPlacemark</span></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_VectorPlacemark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class VectorPlacemark : VectorItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class VectorPlacemark
    Inherits VectorItem
    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_VectorPlacemark__ctor" data-uid="C1.WPF.Maps.VectorPlacemark.#ctor">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.-ctor.html#C1_WPF_Maps_VectorPlacemark__ctor">VectorPlacemark()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of C1VectorPlacemark class.</p>
</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_VectorPlacemark_GeoPointProperty" data-uid="C1.WPF.Maps.VectorPlacemark.GeoPointProperty">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.GeoPointProperty.html">GeoPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GeoPoint dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelPositionProperty" data-uid="C1.WPF.Maps.VectorPlacemark.LabelPositionProperty">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelPositionProperty.html">LabelPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LabelPosition dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelProperty" data-uid="C1.WPF.Maps.VectorPlacemark.LabelProperty">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelProperty.html">LabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Label dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelTemplateProperty" data-uid="C1.WPF.Maps.VectorPlacemark.LabelTemplateProperty">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelTemplateProperty.html">LabelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LabelTemplate 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_VectorPlacemark_Bounds" data-uid="C1.WPF.Maps.VectorPlacemark.Bounds">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.Bounds.html#C1_WPF_Maps_VectorPlacemark_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_VectorPlacemark_GeoPoint" data-uid="C1.WPF.Maps.VectorPlacemark.GeoPoint">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.GeoPoint.html#C1_WPF_Maps_VectorPlacemark_GeoPoint">GeoPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element position in geographical coordinates where X=longitude and Y=latitude.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_Label" data-uid="C1.WPF.Maps.VectorPlacemark.Label">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.Label.html#C1_WPF_Maps_VectorPlacemark_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the label associated with the vector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelPosition" data-uid="C1.WPF.Maps.VectorPlacemark.LabelPosition">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelPosition.html#C1_WPF_Maps_VectorPlacemark_LabelPosition">LabelPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label position relatively to the associated geographical coordinates
which is specified by GeoPoint property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelTemplate" data-uid="C1.WPF.Maps.VectorPlacemark.LabelTemplate">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelTemplate.html#C1_WPF_Maps_VectorPlacemark_LabelTemplate">LabelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the label template associated with the place mark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_LabelUI" data-uid="C1.WPF.Maps.VectorPlacemark.LabelUI">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.LabelUI.html#C1_WPF_Maps_VectorPlacemark_LabelUI">LabelUI</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the UIElement associated with label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_PinPoint" data-uid="C1.WPF.Maps.VectorPlacemark.PinPoint">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.PinPoint.html#C1_WPF_Maps_VectorPlacemark_PinPoint">PinPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element position in geographical coordinates.</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_VectorPlacemark_Dispose" data-uid="C1.WPF.Maps.VectorPlacemark.Dispose">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.Dispose.html#C1_WPF_Maps_VectorPlacemark_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Released unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VectorPlacemark_GetScreenBounds" data-uid="C1.WPF.Maps.VectorPlacemark.GetScreenBounds">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.GetScreenBounds.html#C1_WPF_Maps_VectorPlacemark_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_VectorPlacemark_OnDataContextChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Maps.VectorPlacemark.OnDataContextChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Maps.VectorPlacemark.OnDataContextChanged.html#C1_WPF_Maps_VectorPlacemark_OnDataContextChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnDataContextChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when data context was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
