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 |
---|
TouchGesture |
Hold
Specifies the gesture recognition type as hold.
Declaration
public const TouchGesture Hold
Field Value
Type |
---|
TouchGesture |
Tap
Specifies the gesture recognition type as tap.
Declaration
public const TouchGesture Tap
Field Value
Type |
---|
TouchGesture |