windowsforms-devexpress-dot-xtramap-dot-azuretrafficincidentresult-7169f597.md
Gets the icon category associated with this incident.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.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 “lane closed” 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