AerialMode.Labels Property

Bing
 

Gets or sets whether to show map labels.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public bool Labels { get; set; }

Property Value

Type: System.Boolean

Returns Boolean.

<m:Map Mode="AerialWithLabels"  CredentialsProvider="InsertYourBingMapsKey" Grid.Column="0" Grid.Row="1" />
//Set the map mode to Aerial with labels
myMap.Mode = new AerialMode(true);
Return to top
Show: