# C1.FlexMap.MarkerShape

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_FlexMap_MarkerShape" data-uid="C1.FlexMap.MarkerShape" class="text-break">MarkerShape Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the shape of the placemark marker.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_MarkerShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MarkerShape</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MarkerShape</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Circle">Circle</td>
        <td><p>A circle marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Custom">Custom</td>
        <td><p>A marker with custom defined element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Diamond">Diamond</td>
        <td><p>A diamond marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_None">None</td>
        <td><p>No marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Square">Square</td>
        <td><p>A trapezoid marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Star">Star</td>
        <td><p>A star marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_MarkerShape_Triangle">Triangle</td>
        <td><p>A triangle marker.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
