# C1.WPF.Maps.C1Maps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_C1Maps" data-uid="C1.WPF.Maps.C1Maps" class="text-break">C1Maps Class
</h1>
  <div class="markdown level0 summary"><p>Displays a map with layers of content above it.</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"><span class="xref">C1Maps</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.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_C1Maps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Layers&quot;, Type = typeof(Panel))]
[TemplatePart(Name = &quot;Tiles&quot;, Type = typeof(MapTilesLayer))]
[TemplatePart(Name = &quot;Tools&quot;, Type = typeof(MapToolsLayer))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
public class C1Maps : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Layers&quot;, Type:=GetType(Panel))&gt;
&lt;TemplatePart(Name:=&quot;Tiles&quot;, Type:=GetType(MapTilesLayer))&gt;
&lt;TemplatePart(Name:=&quot;Tools&quot;, Type:=GetType(MapToolsLayer))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class C1Maps
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, 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_C1Maps__ctor" data-uid="C1.WPF.Maps.C1Maps.#ctor">
          <a class="xref" href="C1.WPF.Maps.C1Maps.-ctor.html#C1_WPF_Maps_C1Maps__ctor">C1Maps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Maps.C1Maps.html">C1Maps</a> 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_C1Maps_AngleProperty" data-uid="C1.WPF.Maps.C1Maps.AngleProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.AngleProperty.html">AngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.Angle.html#C1_WPF_Maps_C1Maps_Angle">Angle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_CenterProperty" data-uid="C1.WPF.Maps.C1Maps.CenterProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.CenterProperty.html">CenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.Center.html#C1_WPF_Maps_C1Maps_Center">Center</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_DisabledCuesVisibilityProperty" data-uid="C1.WPF.Maps.C1Maps.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.DisabledCuesVisibility.html#C1_WPF_Maps_C1Maps_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_FadeInTilesProperty" data-uid="C1.WPF.Maps.C1Maps.FadeInTilesProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.FadeInTilesProperty.html">FadeInTilesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.FadeInTiles.html#C1_WPF_Maps_C1Maps_FadeInTiles">FadeInTiles</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_FocusCuesVisibilityProperty" data-uid="C1.WPF.Maps.C1Maps.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.FocusCuesVisibility.html#C1_WPF_Maps_C1Maps_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ImageCacheModeProperty" data-uid="C1.WPF.Maps.C1Maps.ImageCacheModeProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ImageCacheModeProperty.html">ImageCacheModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.ImageCacheMode.html#C1_WPF_Maps_C1Maps_ImageCacheMode">ImageCacheMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_InertialScrollingProperty" data-uid="C1.WPF.Maps.C1Maps.InertialScrollingProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.InertialScrollingProperty.html">InertialScrollingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.InertialScrolling.html#C1_WPF_Maps_C1Maps_InertialScrolling">InertialScrolling</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLatProperty" data-uid="C1.WPF.Maps.C1Maps.MaxLatProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLatProperty.html">MaxLatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLat.html#C1_WPF_Maps_C1Maps_MaxLat">MaxLat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLatValue" data-uid="C1.WPF.Maps.C1Maps.MaxLatValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLatValue.html">MaxLatValue</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum latitude of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLongProperty" data-uid="C1.WPF.Maps.C1Maps.MaxLongProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLongProperty.html">MaxLongProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLong.html#C1_WPF_Maps_C1Maps_MaxLong">MaxLong</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLongValue" data-uid="C1.WPF.Maps.C1Maps.MaxLongValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLongValue.html">MaxLongValue</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum longitude of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxZoomProperty" data-uid="C1.WPF.Maps.C1Maps.MaxZoomProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoomProperty.html">MaxZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoom.html#C1_WPF_Maps_C1Maps_MaxZoom">MaxZoom</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxZoomValue" data-uid="C1.WPF.Maps.C1Maps.MaxZoomValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoomValue.html">MaxZoomValue</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum zoom of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLatProperty" data-uid="C1.WPF.Maps.C1Maps.MinLatProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLatProperty.html">MinLatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MinLat.html#C1_WPF_Maps_C1Maps_MinLat">MinLat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLatValue" data-uid="C1.WPF.Maps.C1Maps.MinLatValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLatValue.html">MinLatValue</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum latitude of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLongProperty" data-uid="C1.WPF.Maps.C1Maps.MinLongProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLongProperty.html">MinLongProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MinLong.html#C1_WPF_Maps_C1Maps_MinLong">MinLong</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLongValue" data-uid="C1.WPF.Maps.C1Maps.MinLongValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLongValue.html">MinLongValue</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum longitude of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinZoomProperty" data-uid="C1.WPF.Maps.C1Maps.MinZoomProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoomProperty.html">MinZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoom.html#C1_WPF_Maps_C1Maps_MinZoom">MinZoom</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinZoomValue" data-uid="C1.WPF.Maps.C1Maps.MinZoomValue">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoomValue.html">MinZoomValue</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum zoom of a C1Maps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MouseOverBrushProperty" data-uid="C1.WPF.Maps.C1Maps.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.MouseOverBrush.html#C1_WPF_Maps_C1Maps_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_PressedBrushProperty" data-uid="C1.WPF.Maps.C1Maps.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.PressedBrush.html#C1_WPF_Maps_C1Maps_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ProjectionProperty" data-uid="C1.WPF.Maps.C1Maps.ProjectionProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ProjectionProperty.html">ProjectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.Projection.html#C1_WPF_Maps_C1Maps_Projection">Projection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ShowToolsProperty" data-uid="C1.WPF.Maps.C1Maps.ShowToolsProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ShowToolsProperty.html">ShowToolsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.ShowTools.html#C1_WPF_Maps_C1Maps_ShowTools">ShowTools</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_SourceProperty" data-uid="C1.WPF.Maps.C1Maps.SourceProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.Source.html#C1_WPF_Maps_C1Maps_Source">Source</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetCenterProperty" data-uid="C1.WPF.Maps.C1Maps.TargetCenterProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenterProperty.html">TargetCenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenter.html#C1_WPF_Maps_C1Maps_TargetCenter">TargetCenter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetCenterSpeedProperty" data-uid="C1.WPF.Maps.C1Maps.TargetCenterSpeedProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenterSpeedProperty.html">TargetCenterSpeedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenterSpeed.html#C1_WPF_Maps_C1Maps_TargetCenterSpeed">TargetCenterSpeed</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetZoomProperty" data-uid="C1.WPF.Maps.C1Maps.TargetZoomProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoomProperty.html">TargetZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoom.html#C1_WPF_Maps_C1Maps_TargetZoom">TargetZoom</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetZoomSpeedProperty" data-uid="C1.WPF.Maps.C1Maps.TargetZoomSpeedProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoomSpeedProperty.html">TargetZoomSpeedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoomSpeed.html#C1_WPF_Maps_C1Maps_TargetZoomSpeed">TargetZoomSpeed</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ZoomProperty" data-uid="C1.WPF.Maps.C1Maps.ZoomProperty">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1Maps.Zoom.html#C1_WPF_Maps_C1Maps_Zoom">Zoom</a> 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_C1Maps_Angle" data-uid="C1.WPF.Maps.C1Maps.Angle">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Angle.html#C1_WPF_Maps_C1Maps_Angle">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle factor of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Center" data-uid="C1.WPF.Maps.C1Maps.Center">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Center.html#C1_WPF_Maps_C1Maps_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the center of this map in geographic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_DisabledCuesVisibility" data-uid="C1.WPF.Maps.C1Maps.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.Maps.C1Maps.DisabledCuesVisibility.html#C1_WPF_Maps_C1Maps_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_FadeInTiles" data-uid="C1.WPF.Maps.C1Maps.FadeInTiles">
          <a class="xref" href="C1.WPF.Maps.C1Maps.FadeInTiles.html#C1_WPF_Maps_C1Maps_FadeInTiles">FadeInTiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether tiles fade in on load.  This property can only be used with the native tiles mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_FocusCuesVisibility" data-uid="C1.WPF.Maps.C1Maps.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.Maps.C1Maps.FocusCuesVisibility.html#C1_WPF_Maps_C1Maps_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ImageCacheMode" data-uid="C1.WPF.Maps.C1Maps.ImageCacheMode">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ImageCacheMode.html#C1_WPF_Maps_C1Maps_ImageCacheMode">ImageCacheMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which mode should be taken to cache the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_InertialScrolling" data-uid="C1.WPF.Maps.C1Maps.InertialScrolling">
          <a class="xref" href="C1.WPF.Maps.C1Maps.InertialScrolling.html#C1_WPF_Maps_C1Maps_InertialScrolling">InertialScrolling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to enable inertial scrolling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_IsDisposed" data-uid="C1.WPF.Maps.C1Maps.IsDisposed">
          <a class="xref" href="C1.WPF.Maps.C1Maps.IsDisposed.html#C1_WPF_Maps_C1Maps_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_IsFocused" data-uid="C1.WPF.Maps.C1Maps.IsFocused">
          <a class="xref" href="C1.WPF.Maps.C1Maps.IsFocused.html#C1_WPF_Maps_C1Maps_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is focused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Layers" data-uid="C1.WPF.Maps.C1Maps.Layers">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Layers.html#C1_WPF_Maps_C1Maps_Layers">Layers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of layers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLat" data-uid="C1.WPF.Maps.C1Maps.MaxLat">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLat.html#C1_WPF_Maps_C1Maps_MaxLat">MaxLat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum latitude of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLong" data-uid="C1.WPF.Maps.C1Maps.MaxLong">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLong.html#C1_WPF_Maps_C1Maps_MaxLong">MaxLong</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum longitude of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxZoom" data-uid="C1.WPF.Maps.C1Maps.MaxZoom">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoom.html#C1_WPF_Maps_C1Maps_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum zoom of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLat" data-uid="C1.WPF.Maps.C1Maps.MinLat">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLat.html#C1_WPF_Maps_C1Maps_MinLat">MinLat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum latitude of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLong" data-uid="C1.WPF.Maps.C1Maps.MinLong">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLong.html#C1_WPF_Maps_C1Maps_MinLong">MinLong</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum longitude of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinZoom" data-uid="C1.WPF.Maps.C1Maps.MinZoom">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoom.html#C1_WPF_Maps_C1Maps_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum zoom of this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MouseOverBrush" data-uid="C1.WPF.Maps.C1Maps.MouseOverBrush">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MouseOverBrush.html#C1_WPF_Maps_C1Maps_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_PressedBrush" data-uid="C1.WPF.Maps.C1Maps.PressedBrush">
          <a class="xref" href="C1.WPF.Maps.C1Maps.PressedBrush.html#C1_WPF_Maps_C1Maps_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Projection" data-uid="C1.WPF.Maps.C1Maps.Projection">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Projection.html#C1_WPF_Maps_C1Maps_Projection">Projection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the projection used for this map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ShowTools" data-uid="C1.WPF.Maps.C1Maps.ShowTools">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ShowTools.html#C1_WPF_Maps_C1Maps_ShowTools">ShowTools</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the default tools are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Source" data-uid="C1.WPF.Maps.C1Maps.Source">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Source.html#C1_WPF_Maps_C1Maps_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a> used as source for the base map tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetCenter" data-uid="C1.WPF.Maps.C1Maps.TargetCenter">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenter.html#C1_WPF_Maps_C1Maps_TargetCenter">TargetCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetCenterSpeed" data-uid="C1.WPF.Maps.C1Maps.TargetCenterSpeed">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenterSpeed.html#C1_WPF_Maps_C1Maps_TargetCenterSpeed">TargetCenterSpeed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the speed with which Center approaches TargetCenter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetZoom" data-uid="C1.WPF.Maps.C1Maps.TargetZoom">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoom.html#C1_WPF_Maps_C1Maps_TargetZoom">TargetZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetZoomSpeed" data-uid="C1.WPF.Maps.C1Maps.TargetZoomSpeed">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoomSpeed.html#C1_WPF_Maps_C1Maps_TargetZoomSpeed">TargetZoomSpeed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the speed with which Zoom approaches TargetZoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ViewportHeight" data-uid="C1.WPF.Maps.C1Maps.ViewportHeight">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ViewportHeight.html#C1_WPF_Maps_C1Maps_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>The visible height of the map in logic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ViewportWidth" data-uid="C1.WPF.Maps.C1Maps.ViewportWidth">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ViewportWidth.html#C1_WPF_Maps_C1Maps_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The visible width of the map in logic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Zoom" data-uid="C1.WPF.Maps.C1Maps.Zoom">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Zoom.html#C1_WPF_Maps_C1Maps_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor of this map.</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_C1Maps_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Maps.C1Maps.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ChangeVisualStateCommon.html#C1_WPF_Maps_C1Maps_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Dispose" data-uid="C1.WPF.Maps.C1Maps.Dispose">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Dispose.html#C1_WPF_Maps_C1Maps_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Dispose_System_Boolean_" data-uid="C1.WPF.Maps.C1Maps.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Dispose.html#C1_WPF_Maps_C1Maps_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Distance_System_Windows_Point_System_Windows_Point_" data-uid="C1.WPF.Maps.C1Maps.Distance(System.Windows.Point,System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Distance.html#C1_WPF_Maps_C1Maps_Distance_System_Windows_Point_System_Windows_Point_">Distance(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the distance, in meters, between two geographic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_Finalize" data-uid="C1.WPF.Maps.C1Maps.Finalize">
          <a class="xref" href="C1.WPF.Maps.C1Maps.Finalize.html#C1_WPF_Maps_C1Maps_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Maps.C1Maps.html">C1Maps</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_GeographicToScreen_System_Windows_Point_" data-uid="C1.WPF.Maps.C1Maps.GeographicToScreen(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.GeographicToScreen.html#C1_WPF_Maps_C1Maps_GeographicToScreen_System_Windows_Point_">GeographicToScreen(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transform a point from geographic coordinates to screen coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_LogicToScreen_System_Windows_Point_" data-uid="C1.WPF.Maps.C1Maps.LogicToScreen(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.LogicToScreen.html#C1_WPF_Maps_C1Maps_LogicToScreen_System_Windows_Point_">LogicToScreen(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transform a point from logic coordinates to screen coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_OnApplyTemplate" data-uid="C1.WPF.Maps.C1Maps.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Maps.C1Maps.OnApplyTemplate.html#C1_WPF_Maps_C1Maps_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_OnTextInput_System_Windows_Input_TextCompositionEventArgs_" data-uid="C1.WPF.Maps.C1Maps.OnTextInput(System.Windows.Input.TextCompositionEventArgs)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.OnTextInput.html#C1_WPF_Maps_C1Maps_OnTextInput_System_Windows_Input_TextCompositionEventArgs_">OnTextInput(TextCompositionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ScreenToGeographic_System_Windows_Point_" data-uid="C1.WPF.Maps.C1Maps.ScreenToGeographic(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ScreenToGeographic.html#C1_WPF_Maps_C1Maps_ScreenToGeographic_System_Windows_Point_">ScreenToGeographic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transform a point from screen coordinates to geographic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ScreenToLogic_System_Windows_Point_" data-uid="C1.WPF.Maps.C1Maps.ScreenToLogic(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ScreenToLogic.html#C1_WPF_Maps_C1Maps_ScreenToLogic_System_Windows_Point_">ScreenToLogic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transform a point from screen coordinates to logic coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1Maps_AngleChanged" data-uid="C1.WPF.Maps.C1Maps.AngleChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.AngleChanged.html">AngleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.Angle.html#C1_WPF_Maps_C1Maps_Angle">Angle</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_CenterChanged" data-uid="C1.WPF.Maps.C1Maps.CenterChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.CenterChanged.html">CenterChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.Center.html#C1_WPF_Maps_C1Maps_Center">Center</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLatChanged" data-uid="C1.WPF.Maps.C1Maps.MaxLatChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLatChanged.html">MaxLatChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLat.html#C1_WPF_Maps_C1Maps_MaxLat">MaxLat</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxLongChanged" data-uid="C1.WPF.Maps.C1Maps.MaxLongChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLongChanged.html">MaxLongChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxLong.html#C1_WPF_Maps_C1Maps_MaxLong">MaxLong</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MaxZoomChanged" data-uid="C1.WPF.Maps.C1Maps.MaxZoomChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoomChanged.html">MaxZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MaxZoom.html#C1_WPF_Maps_C1Maps_MaxZoom">MaxZoom</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLatChanged" data-uid="C1.WPF.Maps.C1Maps.MinLatChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLatChanged.html">MinLatChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MinLat.html#C1_WPF_Maps_C1Maps_MinLat">MinLat</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinLongChanged" data-uid="C1.WPF.Maps.C1Maps.MinLongChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinLongChanged.html">MinLongChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MinLong.html#C1_WPF_Maps_C1Maps_MinLong">MinLong</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_MinZoomChanged" data-uid="C1.WPF.Maps.C1Maps.MinZoomChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoomChanged.html">MinZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.MinZoom.html#C1_WPF_Maps_C1Maps_MinZoom">MinZoom</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetCenterChanged" data-uid="C1.WPF.Maps.C1Maps.TargetCenterChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenterChanged.html">TargetCenterChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetCenter.html#C1_WPF_Maps_C1Maps_TargetCenter">TargetCenter</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TargetZoomChanged" data-uid="C1.WPF.Maps.C1Maps.TargetZoomChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoomChanged.html">TargetZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.TargetZoom.html#C1_WPF_Maps_C1Maps_TargetZoom">TargetZoom</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_TilesLoadProgress" data-uid="C1.WPF.Maps.C1Maps.TilesLoadProgress">
          <a class="xref" href="C1.WPF.Maps.C1Maps.TilesLoadProgress.html">TilesLoadProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the number of tiles that need to be loaded changes. Only fires when using native tiles mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1Maps_ZoomChanged" data-uid="C1.WPF.Maps.C1Maps.ZoomChanged">
          <a class="xref" href="C1.WPF.Maps.C1Maps.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Maps.C1Maps.Zoom.html#C1_WPF_Maps_C1Maps_Zoom">Zoom</a> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
