# C1.Win.TouchToolKit.ManipulationPivot

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_ManipulationPivot" data-uid="C1.Win.TouchToolKit.ManipulationPivot" class="text-break">ManipulationPivot Class
</h1>
  <div class="markdown level0 summary"><p>Specifies how a rotation occurs with one point of user input.</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">ManipulationPivot</span></div>
  </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_ManipulationPivot_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ManipulationPivot</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ManipulationPivot</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationPivot__ctor" data-uid="C1.Win.TouchToolKit.ManipulationPivot.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.-ctor.html#C1_Win_TouchToolKit_ManipulationPivot__ctor">ManipulationPivot()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.html">ManipulationPivot</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationPivot__ctor_System_Drawing_Point_System_Double_" data-uid="C1.Win.TouchToolKit.ManipulationPivot.#ctor(System.Drawing.Point,System.Double)">
          <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.-ctor.html#C1_Win_TouchToolKit_ManipulationPivot__ctor_System_Drawing_Point_System_Double_">ManipulationPivot(Point, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.html">ManipulationPivot</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_TouchToolKit_ManipulationPivot_Center" data-uid="C1.Win.TouchToolKit.ManipulationPivot.Center">
          <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.Center.html#C1_Win_TouchToolKit_ManipulationPivot_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the center point for rotation manipulations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ManipulationPivot_Radius" data-uid="C1.Win.TouchToolKit.ManipulationPivot.Radius">
          <a class="xref" href="C1.Win.TouchToolKit.ManipulationPivot.Radius.html#C1_Win_TouchToolKit_ManipulationPivot_Radius">Radius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the effective radius of rotation for rotation manipulations.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
