alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class PanningOptions

    Defines the constants that specify touch panning option for control.

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

    Fields

    All

    Allows the control to enable all panning options.

    Declaration
    public const PanningOptions All
    Field Value
    Type
    PanningOptions

    Gutter

    Allows the control to perform the panning operation with gutter.

    Declaration
    public const PanningOptions Gutter
    Field Value
    Type
    PanningOptions

    HorizontalPanning

    Allows the control to perform the panning operation in horizontal direction.

    Declaration
    public const PanningOptions HorizontalPanning
    Field Value
    Type
    PanningOptions

    Inertia

    Allows the control to perform the panning operation with inertia.

    Declaration
    public const PanningOptions Inertia
    Field Value
    Type
    PanningOptions

    None

    Does not allow the control to the perform any panning operations.

    Declaration
    public const PanningOptions None
    Field Value
    Type
    PanningOptions

    VerticalPanning

    Allows the control to perform the panning operation in vertical direction.

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