共用方式為


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

適用於

另請參閱