ThinkGeo.com    |     Documentation    |     Premium Support

Disable Rotation

Currently, when you hold down the “Alt” key, the Map will be rotated by mouse move. so How can we disable this feature?

Hi Mahdi,

The following line would disable rotation.

wpfMap1.ExtentOverlay.RotationMouseButton = MapMouseButton.None;

Thanks,
Ben

Hi Ben

Really appreciate.

Mahdi, sure, no problem.