MapControl.TrafficFlowVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether traffic conditions are displayed on the map.
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>
Property Value
Boolean
bool
true if traffic conditions are displayed on the map; otherwise, false.