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 Property Labels As Boolean

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: