# C1.WPF.ScrollViewerTouchBehavior.GetTouchBehavior

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_ScrollViewerTouchBehavior_GetTouchBehavior_" data-uid="C1.WPF.ScrollViewerTouchBehavior.GetTouchBehavior*">GetTouchBehavior Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_ScrollViewerTouchBehavior_GetTouchBehavior_" data-uid="C1.WPF.ScrollViewerTouchBehavior.GetTouchBehavior*"></a>
<h4 id="C1_WPF_ScrollViewerTouchBehavior_GetTouchBehavior_System_Windows_Controls_ScrollViewer_" data-uid="C1.WPF.ScrollViewerTouchBehavior.GetTouchBehavior(System.Windows.Controls.ScrollViewer)">GetTouchBehavior(ScrollViewer)</h4>
<div class="markdown level1 summary"><p>Gets the touch behavior associated with the specified ScrollViewer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ScrollViewerTouchBehavior GetTouchBehavior(ScrollViewer scrollViewer)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetTouchBehavior(scrollViewer As ScrollViewer) As ScrollViewerTouchBehavior</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="https://learn.microsoft.com/dotnet/api/system.windows.controls.scrollviewer">ScrollViewer</a></td>
      <td><span class="parametername">scrollViewer</span></td>
      <td><p>The scroll viewer which has the touch behavior attached.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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="C1.WPF.ScrollViewerTouchBehavior.html">ScrollViewerTouchBehavior</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
