Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.02 KB

mapcontrol_style.md

File metadata and controls

41 lines (30 loc) · 1.02 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapControl.Style
winrt property

Windows.UI.Xaml.Controls.Maps.MapControl.Style

-description

Specifies the style of the map - for example, a road map or an aerial map.

-xaml-syntax

<!-- xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps" -->

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

-xaml-values

style
styleA value from the MapStyle enumeration that specifies the style of the map - for example, a road map or an aerial map.
## -property-value The style of the map - for example, a road map or an aerial map.

-remarks

Important

Aerial styles are not available when the network is disconnected from the internet.

-examples

-see-also

Display maps with 2D, 3D, and Streetside views