Good day.
We have two questions.
First, we want drag zoom in only with left mouse (non using drag key).
We create this code.
baseMap.ExtentOverlay.LeftClickDragMode = MapLeftClickDragMode.ZoomInWithKey;
baseMap.ExtentOverlay.LeftClickDragKey = System.Windows.Forms.Keys.None;
It works well.
But this code is not blocking zoom in with mouse right click drag or wheel drag event.
Second, We using base world map is shape file.
We want view this map with spherical style. Is it possible?
Please check this problems.
Best regards.