Hi
I'm converting my winforms app to WPF. I have a button that turns on track zooming i.e. draw a rectangle on the screen and zoom to the rectangle.
I used to do this by doing the following:
PanAndTrackZoomState.IsLeftClickDragKeyPressed = true;
But I understand this is not supported in WPF map.
How do I achieve the same thing?
Cheers
Steve