wpf-devexpress-dot-xpf-dot-map-dot-azuretrafficincidentresult-0cf220dc.md
Returns the icon category associated with this incident.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public AzureTrafficIconCategory IconCategory { get; }
Public ReadOnly Property IconCategory As AzureTrafficIconCategory
| Type | Description |
|---|---|
| AzureTrafficIconCategory |
The icon category associated with this incident.
|
Available values:
Show 15 items
| Name | Description |
|---|---|
| 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