Currently, when you hold down the “Alt” key, the Map will be rotated by mouse move. so How can we disable this feature?
Disable Rotation
Hi Mahdi,
The following line would disable rotation.
wpfMap1.ExtentOverlay.RotationMouseButton = MapMouseButton.None;
Thanks,
Ben
Hi Ben
Really appreciate.
Mahdi, sure, no problem.