1. register the map:
You must apply for a register key https://www.bingmapsportal.com/
Enter the applied key to this attribute before the map can be used properly.
CredentialsProvider attribute: Enter the applied Register key.
2. Set the center point:
<My: map Height = "607" Mode = "Aerial" HorizontalAlignment = "Left" Name = "map1" verticalignment = "Top" Width = "468" CredentialsProvider = "requested map ID" ZoomBarVisibility = "Visible" ScaleVisibility = "Collapsed" Center = "30.259497, 120.129798 "ZoomLevel =" 15 "/>
You can also use code to implement
Map1.Center = new GeoCoordinate (30.259497, 120.129798 );
Map1.ZoomLevel = 15;
3. Set the Display Mode
Mode attribute: Road and Aerial. You can set two display modes.
Aerial Display Mode
Road Display Mode
4. display the zoom button:
ZoomBarVisibility attributes: Visible and Collapsed.
5. scale display:
ScaleVisibility attributes: Visible and Collapsed.
Sample download: http://www.daisy123.com /? Page_id = 275 map control