Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Default style of Bing map
posted

Hello,
Recently Microsoft introduce de new design of the road layer for Bingmap.

Previously, just by adding this line in the code behind, the style was adapted:

Microsoft.Maps.MapControl.Core.

 

MapConfiguration.Load(new System.Uri("http://dev.virtualearth.net/silverlight/mapcontrol/v1/v1.1_MapControl.xml"));

But, with your control, how can I reproduce this?