alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GestureOptions

    Defines the constants that specify the gesture option for the control.

    Inheritance
    System.Object
    GestureOptions
    Namespace: Syncfusion.WinForms.Core.Enums
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class GestureOptions : Enum

    Fields

    All

    Allows the control to enable all gesture options.

    Declaration
    public const GestureOptions All
    Field Value
    Type
    GestureOptions

    None

    Does not allow to configure any touch gestures to control.

    Declaration
    public const GestureOptions None
    Field Value
    Type
    GestureOptions

    Panning

    Allows the control to enable the panning gesture.

    Declaration
    public const GestureOptions Panning
    Field Value
    Type
    GestureOptions

    PressAndTap

    Allows the control to enable the press and tap gesture.

    Declaration
    public const GestureOptions PressAndTap
    Field Value
    Type
    GestureOptions

    Rotate

    Allows the control to enable the rotate gesture.

    Declaration
    public const GestureOptions Rotate
    Field Value
    Type
    GestureOptions

    TwoFingerTap

    Allows the control to enable the two finger tap gesture.

    Declaration
    public const GestureOptions TwoFingerTap
    Field Value
    Type
    GestureOptions

    Zooming

    Allows the control to enable the zooming gesture.

    Declaration
    public const GestureOptions Zooming
    Field Value
    Type
    GestureOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved