MapCore::Mode Property

Bing
 

Gets or sets the map mode.

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

public:
[TypeConverterAttribute((MapModeConverter^::typeid))]
property MapMode^ Mode {
	MapMode^ get();
	void set(MapMode^ value);
}

Property Value

Type: Microsoft.Maps.MapControl.WPF::MapMode^

Returns MapMode.

Return to top
Show: