I've added a SurfaceElement to a xamMap. the SurfaceElement is the border of a city, so I've set the fill to null and the stroke to red, so that it looks like a border. The only problem is that the border won't go off the edge of the map. Instead, it wraps around the edge of the map.
For example if I zoom into the middle of the map I will see a red line around all four sides of the map. So something is being shown that doesn't actually exist. Is there any way to get around this? This seems to happen with any SurfaceElement.
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post, but it seems like I am missing something about your scenario, so if this is still an issue for you, could you please send me an isolated sample project, where this is reproduced, so I can investigate it further for you.
Feel free to write me if you have further questions.
Here is the project sample. If you zoom into the middle of the polygon on the map, you will see the blue outline going around the edge of the XamMap window.