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 bool Labels {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

<m:Map Mode="AerialWithLabels"  CredentialsProvider="InsertYourBingMapsKey" Grid.Column="0" Grid.Row="1" />
No code example is currently available or this language may not be supported.
Return to top
Show: