MapControl.PedestrianFeaturesVisible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指出地圖上是否顯示公用階梯等交通特徵。
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。