MapControl.PanInteractionMode Property

Definition

Gets or sets a value that indicates if the pan gesture is recognized on the map.

public:
 property MapPanInteractionMode PanInteractionMode { MapPanInteractionMode get(); void set(MapPanInteractionMode value); };
MapPanInteractionMode PanInteractionMode();

void PanInteractionMode(MapPanInteractionMode value);
public MapPanInteractionMode PanInteractionMode { get; set; }
var mapPanInteractionMode = mapControl.panInteractionMode;
mapControl.panInteractionMode = mapPanInteractionMode;
Public Property PanInteractionMode As MapPanInteractionMode

Property Value

A value that indicates if the pan gesture is recognized on the map.

Applies to