MapControl.PanInteractionMode Свойство

Определение

Возвращает или задает значение, указывающее, распознается ли жест сдвига на карте.

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

Значение свойства

Значение типа , указывающее, распознается ли жест сдвига на карте.

Применяется к