Class PanDirection
Specifies the direction of panning.
Inheritance
System.Object
PanDirection
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PanDirection : Enum
Fields
Bottom
Specifies the maps to pan in the bottom direction.
Declaration
public const PanDirection Bottom
Field Value
Type |
---|
PanDirection |
Left
Specifies the maps to pan in the left direction.
Declaration
public const PanDirection Left
Field Value
Type |
---|
PanDirection |
None
Specifies the maps to pan map by mouse move.
Declaration
public const PanDirection None
Field Value
Type |
---|
PanDirection |
Right
Specifies the maps to pan in the right direction.
Declaration
public const PanDirection Right
Field Value
Type |
---|
PanDirection |
Top
Specifies the maps to pan in the top direction.
Declaration
public const PanDirection Top
Field Value
Type |
---|
PanDirection |