# FarPoint.Web.Spread.FpSpread.TouchInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_FpSpread_TouchInfo_" data-uid="FarPoint.Web.Spread.FpSpread.TouchInfo*">TouchInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_FpSpread_TouchInfo_" data-uid="FarPoint.Web.Spread.FpSpread.TouchInfo*"></a>
<h4 id="FarPoint_Web_Spread_FpSpread_TouchInfo" data-uid="FarPoint.Web.Spread.FpSpread.TouchInfo">TouchInfo</h4>
<div class="markdown level1 summary"><p>Gets a TouchInfo object that determines touch behavior for Spread.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[PersistenceMode(PersistenceMode.InnerProperty)]
public TouchInfo TouchInfo { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;PersistenceMode(PersistenceMode.InnerProperty)&gt;
Public Property TouchInfo As TouchInfo</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.TouchInfo.html">TouchInfo</a></td>
      <td><p>The touch.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
