MapControl.Style Eigenschaft

Definition

Gibt den Stil der Karte an, z. B. eine Straßenkarte oder eine Luftbildkarte.

public:
 property MapStyle Style { MapStyle get(); void set(MapStyle value); };
MapStyle Style();

void Style(MapStyle value);
public MapStyle Style { get; set; }
var mapStyle = mapControl.style;
mapControl.style = mapStyle;
Public Property Style As MapStyle
<!-- xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps" -->

<Maps:MapControl Style="style" />
- or -
<Maps:MapControl>
    <Maps:MapControl.Style>style</Maps:MapControl.Style>
</Maps:MapControl>

Eigenschaftswert

Der Stil der Karte, z. B. eine Straßenkarte oder eine Luftbildkarte.

Hinweise

Wichtig

Luftbildformatvorlagen sind nicht verfügbar, wenn das Netzwerk vom Internet getrennt ist.

Gilt für:

Weitere Informationen