Back to Devexpress

AzureTrafficIncidentResult.IconCategory Property

wpf-devexpress-dot-xpf-dot-map-dot-azuretrafficincidentresult-0cf220dc.md

latest1.9 KB
Original Source

AzureTrafficIncidentResult.IconCategory Property

Returns the icon category associated with this incident.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public AzureTrafficIconCategory IconCategory { get; }
vb
Public ReadOnly Property IconCategory As AzureTrafficIconCategory

Property Value

TypeDescription
AzureTrafficIconCategory

The icon category associated with this incident.

|

Available values:

Show 15 items

NameDescription
Unknown

Traffic conditions are unknown.

| | Accident |

An “accident” icon.

| | Fog |

A “fog” icon.

| | DangerousConditions |

A “dangerous conditions” icon.

| | Rain |

A “rain” icon.

| | Ice |

An “ice” icon.

| | Jam |

A “jam” icon.

| | LaneClosed |

A “jam” icon.

| | RoadClosed |

A “road closed” icon.

| | RoadWorks |

A “road works” icon.

| | Wind |

A “wind” icon.

| | Flooding |

A “flooding” icon.

| | Detour |

A “detour” icon.

| | Cluster |

A “cluster” icon. Returned if a cluster contains incidents with different icon categories.

| | BrokenDownVehicle |

A “broken down vehicle” icon.

|

See Also

AzureTrafficIncidentResult Class

AzureTrafficIncidentResult Members

DevExpress.Xpf.Map Namespace