Class TouchGesture
Describes the possible values of touch operation. These values are used when updating selection in a SfTreeView control.
Inheritance
System.Object
TouchGesture
Namespace: Syncfusion.iOS.TreeView
Assembly: Syncfusion.SfTreeView.iOS.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 |