Is the "pause drawing" button accessible via the Pro SDK? I couldn't find that button in the DAML and there is no ID when I hover over it.
If the answer is no, is there another way to stop the map from drawing thru the SDK?
Thanks,
Mike
Solved! Go to Solution.
Mike,
You can use the MapView.DrawingPaused property to get and set the paused state on the map view.
Mike,
You can use the MapView.DrawingPaused property to get and set the paused state on the map view.
That was exactly what I needed. Thanks Sean!