Enum PanningOptions
Defines the constants that specify touch panning option for control.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
[Flags]
public enum PanningOptions
Fields
| Name | Description |
|---|---|
| All | Allows the control to enable all panning options. |
| Gutter | Allows the control to perform the panning operation with gutter. |
| HorizontalPanning | Allows the control to perform the panning operation in horizontal direction. |
| Inertia | Allows the control to perform the panning operation with inertia. |
| None | Does not allow the control to the perform any panning operations. |
| VerticalPanning | Allows the control to perform the panning operation in vertical direction. |