Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.13 KB

mapcontrol_pedestrianfeaturesvisible.md

File metadata and controls

39 lines (28 loc) · 1.13 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapControl.PedestrianFeaturesVisible
winrt property

Windows.UI.Xaml.Controls.Maps.MapControl.PedestrianFeaturesVisible

-description

Gets or sets a value that indicates whether pedestrian features such as public stairs are displayed on the map.

-xaml-syntax

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

<Maps:MapControl PedestrianFeaturesVisible="pedestrianFeaturesVisible"/>
- or -
<Maps:MapControl>
    <Maps:MapControl.PedestrianFeaturesVisible>pedestrianFeaturesVisible</Maps:MapControl.PedestrianFeaturesVisible>
</Maps:MapControl>

-xaml-values

pedestrianFeaturesVisible
pedestrianFeaturesVisibletrue if pedestrian features such as public stairs are displayed on the map; otherwise, false.
## -property-value **true** if pedestrian features such as public stairs are displayed on the map; otherwise, **false**.

-remarks

-examples

-see-also

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