Enum PanDirection
Specifies the direction of panning.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PanDirection
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the maps to pan in the bottom direction. |
| Left | Specifies the maps to pan in the left direction. |
| None | Specifies the maps to pan map by mouse move. |
| Right | Specifies the maps to pan in the right direction. |
| Top | Specifies the maps to pan in the top direction. |