Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TouchGesture

    Show / Hide Table of Contents

    Class TouchGesture

    Describes the possible values of touch operation. These values are used when updating selection in the SfListView control.

    Inheritance
    System.Object
    TouchGesture
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public sealed class TouchGesture : Enum

    Fields

    DoubleTap

    Specifies the gesture recognition type as double tap.

    Declaration
    public const TouchGesture DoubleTap
    Field Value
    Type Description
    TouchGesture

    Hold

    Specifies the gesture recognition type as hold.

    Declaration
    public const TouchGesture Hold
    Field Value
    Type Description
    TouchGesture

    Tap

    Specifies the gesture recognition type as tap.

    Declaration
    public const TouchGesture Tap
    Field Value
    Type Description
    TouchGesture

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved