# C1.WPF.C1DragHelperMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1DragHelperMode" data-uid="C1.WPF.C1DragHelperMode" class="text-break">C1DragHelperMode Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the kind of drag gesture that will be listened.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1DragHelperMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1DragHelperMode : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1DragHelperMode As Byte</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_C1DragHelperMode_Inertia">Inertia</td>
        <td><p>Apply inertia when drag finish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1DragHelperMode_TranslateRailX">TranslateRailX</td>
        <td><p>The drag will be performed in the x coordinates if it starts in this direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1DragHelperMode_TranslateRailY">TranslateRailY</td>
        <td><p>The drag will be performed in the y coordinates if it starts in this direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1DragHelperMode_TranslateX">TranslateX</td>
        <td><p>The drag will be performed only considering x coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1DragHelperMode_TranslateXY">TranslateXY</td>
        <td><p>Both x and y coordinates will be considered in the gesture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1DragHelperMode_TranslateY">TranslateY</td>
        <td><p>The drag will be performed only considering y coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
