MapControl.PedestrianFeaturesVisible Свойство

Определение

Возвращает или задает значение, указывающее, отображаются ли на карте такие пешеходные объекты, как общедоступная лестница.

public:
 property bool PedestrianFeaturesVisible { bool get(); void set(bool value); };
bool PedestrianFeaturesVisible();

void PedestrianFeaturesVisible(bool value);
public bool PedestrianFeaturesVisible { get; set; }
var boolean = mapControl.pedestrianFeaturesVisible;
mapControl.pedestrianFeaturesVisible = boolean;
Public Property PedestrianFeaturesVisible As Boolean
<!-- xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps" -->

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

Значение свойства

Boolean

bool

значение true , если на карте отображаются такие пешеходные объекты, как общественные лестницы; в противном случае — false.

Применяется к

См. также раздел