# FarPoint.Web.Spread.TouchStripCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_TouchStripCollection_Item_" data-uid="FarPoint.Web.Spread.TouchStripCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_TouchStripCollection_Item_" data-uid="FarPoint.Web.Spread.TouchStripCollection.Item*"></a>
<h4 id="FarPoint_Web_Spread_TouchStripCollection_Item_FarPoint_Web_Spread_TouchStripShowingArea_" data-uid="FarPoint.Web.Spread.TouchStripCollection.Item(FarPoint.Web.Spread.TouchStripShowingArea)">this[TouchStripShowingArea]</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.TouchStrip.html">TouchStrip</a> with the specified area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TouchStrip this[TouchStripShowingArea area] { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Default Property Item(area As TouchStripShowingArea) As TouchStrip</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.TouchStripShowingArea.html">TouchStripShowingArea</a></td>
      <td><span class="parametername">area</span></td>
      <td><p>The area.</p>
</td>
    </tr>
  </tbody>
</table>
<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.TouchStrip.html">TouchStrip</a></td>
      <td><p>TouchStrip.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
