Class PanMode
Gets or Sets PanMode to the Maps.
Inheritance
System.Object
PanMode
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public sealed class PanMode : Enum
Fields
Bottom
Defines Bottom PanMode.
Declaration
public const PanMode Bottom
Field Value
Type |
---|
PanMode |
Left
Defines Left PanMode.
Declaration
public const PanMode Left
Field Value
Type |
---|
PanMode |
LeftBottom
Defines LeftBottom PanMode.
Declaration
public const PanMode LeftBottom
Field Value
Type |
---|
PanMode |
LeftTop
Defines LeftTop PanMode.
Declaration
public const PanMode LeftTop
Field Value
Type |
---|
PanMode |
Right
Defines Right PanMode.
Declaration
public const PanMode Right
Field Value
Type |
---|
PanMode |
RightBottom
Defines RightBottom PanMode.
Declaration
public const PanMode RightBottom
Field Value
Type |
---|
PanMode |
RightTop
Defines RightTop PanMode.
Declaration
public const PanMode RightTop
Field Value
Type |
---|
PanMode |
Top
Defines Top PanMode.
Declaration
public const PanMode Top
Field Value
Type |
---|
PanMode |