# C1.Win.TouchToolKit.PositionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_PositionMode" data-uid="C1.Win.TouchToolKit.PositionMode" class="text-break">PositionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the position mode of <a class="xref" href="C1.Win.TouchToolKit.ControlBar.html">ControlBar</a> window.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_PositionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PositionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PositionMode</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_Win_TouchToolKit_PositionMode_Dock">Dock</td>
        <td><p>Control bar will dock in the parent form. When parent form's size changed,
the control bar will adjust the position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_PositionMode_Fixed">Fixed</td>
        <td><p>User can change the ControlBar's position by code. But can't change it by UI drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_PositionMode_Floating">Floating</td>
        <td><p>User can change the ControlBar's position by code or UI drag.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
