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.Maui.ListView
Assembly: Syncfusion.Maui.ListView.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 |
LongPress
Specifies the gesture recognition type as long press.
Declaration
public const TouchGesture LongPress
Field Value
Type |
---|
TouchGesture |
Tap
Specifies the gesture recognition type as tap.
Declaration
public const TouchGesture Tap
Field Value
Type |
---|
TouchGesture |