# C1.WPF.Maps.LabelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Maps_LabelPosition" data-uid="C1.WPF.Maps.LabelPosition" class="text-break">LabelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies label position relatively to the corresponding element.</p>
</div>
  <div class="markdown level0 conceptual"></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_LabelPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum LabelPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum LabelPosition</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_WPF_Maps_LabelPosition_Bottom">Bottom</td>
        <td><p>Label is at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LabelPosition_Center">Center</td>
        <td><p>Label is centered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LabelPosition_Left">Left</td>
        <td><p>Label is at the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LabelPosition_Right">Right</td>
        <td><p>Label is at the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LabelPosition_Top">Top</td>
        <td><p>Label is at the top.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
