# FarPoint.Web.Spread.TouchInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TouchInfo" data-uid="FarPoint.Web.Spread.TouchInfo" class="text-break">TouchInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents all touch behavior's settings.</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">TouchInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TouchInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TouchInfo : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TouchInfo
    Implements ISerializeSupport</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="FarPoint_Web_Spread_TouchInfo__ctor" data-uid="FarPoint.Web.Spread.TouchInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.-ctor.html#FarPoint_Web_Spread_TouchInfo__ctor">TouchInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.TouchInfo.html">TouchInfo</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="FarPoint_Web_Spread_TouchInfo_PanningMode" data-uid="FarPoint.Web.Spread.TouchInfo.PanningMode">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.PanningMode.html#FarPoint_Web_Spread_TouchInfo_PanningMode">PanningMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way Spread reacts to touch manipulation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_SelectionGripperBackColor" data-uid="FarPoint.Web.Spread.TouchInfo.SelectionGripperBackColor">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.SelectionGripperBackColor.html#FarPoint_Web_Spread_TouchInfo_SelectionGripperBackColor">SelectionGripperBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the selection gripper background.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_SelectionGripperLineColor" data-uid="FarPoint.Web.Spread.TouchInfo.SelectionGripperLineColor">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.SelectionGripperLineColor.html#FarPoint_Web_Spread_TouchInfo_SelectionGripperLineColor">SelectionGripperLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the selection gripper line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_SelectionGripperThickness" data-uid="FarPoint.Web.Spread.TouchInfo.SelectionGripperThickness">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.SelectionGripperThickness.html#FarPoint_Web_Spread_TouchInfo_SelectionGripperThickness">SelectionGripperThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection gripper thickness.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.TouchInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.Deserialize.html#FarPoint_Web_Spread_TouchInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the touch information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_Reset" data-uid="FarPoint.Web.Spread.TouchInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.Reset.html#FarPoint_Web_Spread_TouchInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets TouchInfo data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_TouchInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.TouchInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.TouchInfo.Serialize.html#FarPoint_Web_Spread_TouchInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the touch information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
