# C1.Win.Touch.TouchManipulation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Touch_TouchManipulation" data-uid="C1.Win.Touch.TouchManipulation" class="text-break">TouchManipulation Class
</h1>
  <div class="markdown level0 summary"><p>Represents a result of the touch manipulation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TouchManipulation</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Touch.html">C1.Win.Touch</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Touch_TouchManipulation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TouchManipulation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TouchManipulation</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_Configuration" data-uid="C1.Win.Touch.TouchManipulation.Configuration">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.Configuration.html#C1_Win_Touch_TouchManipulation_Configuration">Configuration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameters of the touch interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_End" data-uid="C1.Win.Touch.TouchManipulation.End">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.End.html#C1_Win_Touch_TouchManipulation_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the end of an interaction (including inertia).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_HasOverpan" data-uid="C1.Win.Touch.TouchManipulation.HasOverpan">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.HasOverpan.html#C1_Win_Touch_TouchManipulation_HasOverpan">HasOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the panning feedback offset is specified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_Inertia" data-uid="C1.Win.Touch.TouchManipulation.Inertia">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.Inertia.html#C1_Win_Touch_TouchManipulation_Inertia">Inertia</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the interaction has triggered inertia.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_OriginX" data-uid="C1.Win.Touch.TouchManipulation.OriginX">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.OriginX.html#C1_Win_Touch_TouchManipulation_OriginX">OriginX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new x-coordinate of the composite position of the manipulation, in DIPs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_OriginY" data-uid="C1.Win.Touch.TouchManipulation.OriginY">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.OriginY.html#C1_Win_Touch_TouchManipulation_OriginY">OriginY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new y-coordinate of the composite position of the manipulation, in DIPs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_OverpanOffsetX" data-uid="C1.Win.Touch.TouchManipulation.OverpanOffsetX">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.OverpanOffsetX.html#C1_Win_Touch_TouchManipulation_OverpanOffsetX">OverpanOffsetX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how far past the horizontal end of the
pannable region the pan has gone. This property should be updated by the
user if TouchProcessor.AllowPanningFeedback is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_OverpanOffsetY" data-uid="C1.Win.Touch.TouchManipulation.OverpanOffsetY">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.OverpanOffsetY.html#C1_Win_Touch_TouchManipulation_OverpanOffsetY">OverpanOffsetY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how far past the vertical end of the
pannable region the pan has gone. This property should be updated by the
user if TouchProcessor.AllowPanningFeedback is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_Start" data-uid="C1.Win.Touch.TouchManipulation.Start">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.Start.html#C1_Win_Touch_TouchManipulation_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the start of an interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_TouchManipulation_Transform" data-uid="C1.Win.Touch.TouchManipulation.Transform">
          <a class="xref" href="C1.Win.Touch.TouchManipulation.Transform.html#C1_Win_Touch_TouchManipulation_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cumulative result of the manipulation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
