MapControl.PanInteractionMode Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Schwenkbewegung auf der Karte erkannt wird, oder legt diesen fest.

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

Eigenschaftswert

Ein -Wert, der angibt, ob die Schwenkbewegung auf der Karte erkannt wird.

Gilt für: