Class PanMode
To specify the pan mode.
Inheritance
System.Object
PanMode
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class PanMode : Enum
Fields
Bottom
To specify the Panmode as Bottom
Declaration
public const PanMode Bottom
Field Value
| Type |
|---|
| PanMode |
Left
To specify the Panmode as Left
Declaration
public const PanMode Left
Field Value
| Type |
|---|
| PanMode |
Right
To specify the Panmode as Right
Declaration
public const PanMode Right
Field Value
| Type |
|---|
| PanMode |
Top
To specify the Panmode as Top
Declaration
public const PanMode Top
Field Value
| Type |
|---|
| PanMode |