# C1.Win.TouchToolKit.ManipulationModes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_ManipulationModes" data-uid="C1.Win.TouchToolKit.ManipulationModes" class="text-break">ManipulationModes Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how a target control interprets manipulation events.
This enumeration is flagwise to facilitate setting multiple modes.</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_ManipulationModes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ManipulationModes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ManipulationModes</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_ManipulationModes_All">All</td>
        <td><p>Enable all manipulation interaction modes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_None">None</td>
        <td><p>Do not present graphic interaction with manipulation events.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_Rotate">Rotate</td>
        <td><p>Permit manipulation actions that rotate the target.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_RotateInertia">RotateInertia</td>
        <td><p>Apply inertia to rotate actions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_Scale">Scale</td>
        <td><p>Permit manipulation actions that scale the target.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_ScaleInertia">ScaleInertia</td>
        <td><p>Apply inertia to scale actions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_TranslateInertia">TranslateInertia</td>
        <td><p>Apply inertia to translate actions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_TranslateRailsX">TranslateRailsX</td>
        <td><p>Permit manipulation actions that translate the target on the X axis but using a rails mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_TranslateRailsY">TranslateRailsY</td>
        <td><p>Permit manipulation actions that translate the target on the Y axis but using a rails mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_TranslateX">TranslateX</td>
        <td><p>Permit manipulation actions that translate the target on the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationModes_TranslateY">TranslateY</td>
        <td><p>Permit manipulation actions that translate the target on the Y axis.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
