Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the map mode.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
[TypeConverterAttribute(typeof(MapModeConverter))]
public MapMode Mode { get; set; }
public:
[TypeConverterAttribute((MapModeConverter^::typeid))]
property MapMode^ Mode {
MapMode^ get();
void set(MapMode^ value);
}
[<TypeConverterAttribute(typeof(MapModeConverter))>]
member Mode : MapMode with get, set
<TypeConverterAttribute(GetType(MapModeConverter))>
Public Property Mode As MapMode
Property Value
Type: Microsoft.Maps.MapControl.WPF.MapMode
Returns MapMode.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top