# C1.Win.TouchToolKit.ZoomCommands

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_ZoomCommands" data-uid="C1.Win.TouchToolKit.ZoomCommands" class="text-break">ZoomCommands Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the Built-in commands of the <a class="xref" href="C1.Win.TouchToolKit.C1ZoomCommandProvider.html">C1ZoomCommandProvider</a> component.</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_ZoomCommands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ZoomCommands</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ZoomCommands</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_ZoomCommands_None">None</td>
        <td><p>Do not do any commands, default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ResetZoom">ResetZoom</td>
        <td><p>Change zoom factor to 100%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ScrollDown">ScrollDown</td>
        <td><p>Scroll Down 1/3 of form content height. If the form has scrolled to the end point, do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ScrollLeft">ScrollLeft</td>
        <td><p>Scroll Left 1/3 of form content width. If the form has scrolled to the end point, do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ScrollRight">ScrollRight</td>
        <td><p>Scroll Right 1/3 of form content width. If the form has scrolled to the end point, do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ScrollUp">ScrollUp</td>
        <td><p>Scroll Up 1/3 of form content height. If the form has scrolled to the end point, do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_SelectNextControl">SelectNextControl</td>
        <td><p>Move active control to next.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_SelectPreviousControl">SelectPreviousControl</td>
        <td><p>Move active control to previous.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ShowOrHidePreviewWindow">ShowOrHidePreviewWindow</td>
        <td><p>Show pan window. If the pan window has been showed, close pan window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_SwitchFullScreen">SwitchFullScreen</td>
        <td><p>Change the form to full screen. If the form has been full screen, change back.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ZoomIn">ZoomIn</td>
        <td><p>ZoomIn 10% when execute this command. If current factor reach max factor, do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomCommands_ZoomOut">ZoomOut</td>
        <td><p>ZoomOut 10% when execute this command. If current factor reach max factor, do nothing.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
