MapControl.TrafficFlowVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Verkehrsbedingungen auf der Karte angezeigt werden, oder legt diesen fest.

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

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

<Maps:MapControl TrafficFlowVisible="trafficFlowVisible"/>
- or -
<Maps:MapControl>
    <Maps:MapControl.TrafficFlowVisible>trafficFlowVisible</Maps:MapControl.TrafficFlowVisible>
</Maps:MapControl>

Eigenschaftswert

Boolean

bool

true , wenn die Verkehrsbedingungen auf der Karte angezeigt werden; andernfalls false.

Gilt für:

Weitere Informationen