# C1.WPF.Docking.DropPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Docking_DropPosition" data-uid="C1.WPF.Docking.DropPosition" class="text-break">DropPosition Enum
</h1>
  <div class="markdown level0 summary"><p>The possible positions to drop a docking element relative to another.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Docking.html">C1.WPF.Docking</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Docking.4.6.2.dll</h6>
  <h5 id="C1_WPF_Docking_DropPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DropPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DropPosition</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_Docking_DropPosition_Bottom">Bottom</td>
        <td><p>The dragged element will take place at the bottom of the drop target.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_DropPosition_Left">Left</td>
        <td><p>The dragged element will take place to the left of the drop target.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_DropPosition_Over">Over</td>
        <td><p>The dragged <a class="xref" href="C1.WPF.Docking.C1DockTabItem.html">C1DockTabItem</a> will be added to the <a class="xref" href="C1.WPF.Docking.C1DockTabControl.html">C1DockTabControl</a> drop target items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_DropPosition_Right">Right</td>
        <td><p>The dragged element will take place to the right of the drop target.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_DropPosition_Top">Top</td>
        <td><p>The dragged element will take place at the top of the drop target.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
