# C1.WinUI.Viewer.SelectionGripper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Viewer_SelectionGripper" data-uid="C1.WinUI.Viewer.SelectionGripper" class="text-break">SelectionGripper Class
</h1>
  <div class="markdown level0 summary"><p>Represents a gripper element used for text selection with touch.</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">SelectionGripper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Viewer.html">C1.WinUI.Viewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Viewer.dll</h6>
  <h5 id="C1_WinUI_Viewer_SelectionGripper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SelectionGripper : Control</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SelectionGripper
    Inherits Control</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="C1_WinUI_Viewer_SelectionGripper__ctor" data-uid="C1.WinUI.Viewer.SelectionGripper.#ctor">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.-ctor.html#C1_WinUI_Viewer_SelectionGripper__ctor">SelectionGripper()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.html">SelectionGripper</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_Viewer_SelectionGripper_PaneProperty" data-uid="C1.WinUI.Viewer.SelectionGripper.PaneProperty">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.PaneProperty.html">PaneProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.Pane.html#C1_WinUI_Viewer_SelectionGripper_Pane">Pane</a> dependency property.</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="C1_WinUI_Viewer_SelectionGripper_Pane" data-uid="C1.WinUI.Viewer.SelectionGripper.Pane">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.Pane.html#C1_WinUI_Viewer_SelectionGripper_Pane">Pane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WinUI.Viewer.FlexViewerPane.html">FlexViewerPane</a> that is associated with this tool.</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="C1_WinUI_Viewer_SelectionGripper_OnApplyTemplate" data-uid="C1.WinUI.Viewer.SelectionGripper.OnApplyTemplate">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.OnApplyTemplate.html#C1_WinUI_Viewer_SelectionGripper_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_SelectionGripper_OnManipulationCompleted_Microsoft_UI_Xaml_Input_ManipulationCompletedRoutedEventArgs_" data-uid="C1.WinUI.Viewer.SelectionGripper.OnManipulationCompleted(Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs)">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.OnManipulationCompleted.html#C1_WinUI_Viewer_SelectionGripper_OnManipulationCompleted_Microsoft_UI_Xaml_Input_ManipulationCompletedRoutedEventArgs_">OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_SelectionGripper_OnManipulationDelta_Microsoft_UI_Xaml_Input_ManipulationDeltaRoutedEventArgs_" data-uid="C1.WinUI.Viewer.SelectionGripper.OnManipulationDelta(Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs)">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.OnManipulationDelta.html#C1_WinUI_Viewer_SelectionGripper_OnManipulationDelta_Microsoft_UI_Xaml_Input_ManipulationDeltaRoutedEventArgs_">OnManipulationDelta(ManipulationDeltaRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_SelectionGripper_OnManipulationStarted_Microsoft_UI_Xaml_Input_ManipulationStartedRoutedEventArgs_" data-uid="C1.WinUI.Viewer.SelectionGripper.OnManipulationStarted(Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs)">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.OnManipulationStarted.html#C1_WinUI_Viewer_SelectionGripper_OnManipulationStarted_Microsoft_UI_Xaml_Input_ManipulationStartedRoutedEventArgs_">OnManipulationStarted(ManipulationStartedRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_SelectionGripper_OnPointerPressed_Microsoft_UI_Xaml_Input_PointerRoutedEventArgs_" data-uid="C1.WinUI.Viewer.SelectionGripper.OnPointerPressed(Microsoft.UI.Xaml.Input.PointerRoutedEventArgs)">
          <a class="xref" href="C1.WinUI.Viewer.SelectionGripper.OnPointerPressed.html#C1_WinUI_Viewer_SelectionGripper_OnPointerPressed_Microsoft_UI_Xaml_Input_PointerRoutedEventArgs_">OnPointerPressed(PointerRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
