menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GestureOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved