# GrapeCity.Viewer.Common.Model.TouchMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Viewer_Common_Model_TouchMode" data-uid="GrapeCity.Viewer.Common.Model.TouchMode" class="text-break">TouchMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the operational modes for touch interactions within the application.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.html">GrapeCity.Viewer.Common.Model</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_TouchMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TouchMode</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_TouchMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration allows for explicit control over the application's touch interaction mode, providing options to enable or disable touch mode,
or to automatically adjust based on the detected capabilities of the end-user's environment.</p>
</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="GrapeCity_Viewer_Common_Model_TouchMode_Auto">Auto</td>
        <td><p>The application automatically detects the end-user's environment to determine whether touch mode should be enabled or disabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_TouchMode_False">False</td>
        <td><p>Touch mode is explicitly disabled, maintaining the default user interface suitable for mouse and keyboard interactions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_TouchMode_True">True</td>
        <td><p>Touch mode is explicitly enabled, optimizing the user interface for touch interactions.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
