Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何处理用户的地图移动事件?(鼠标左键和鼠标移动)
我的目标是删除所有用户事件,它可以修改地图视图。
我使用 Bing Silverlight 地图控件。
我用这段代码解决了这个问题
private void Map_MousePan(object sender, MapMouseDragEventArgs e) { e.Handled = true; }