Enum GestureOptions
Defines the constants that specify the gesture option for the control.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
[Flags]
public enum GestureOptions
Fields
Name | Description |
---|---|
All | Allows the control to enable all gesture options. |
None | Does not allow to configure any touch gestures to control. |
Panning | Allows the control to enable the panning gesture. |
PressAndTap | Allows the control to enable the press and tap gesture. |
Rotate | Allows the control to enable the rotate gesture. |
TwoFingerTap | Allows the control to enable the two finger tap gesture. |
Zooming | Allows the control to enable the zooming gesture. |