Back to Devexpress

AzureTrafficIncidentResult.IconCategory Property

windowsforms-devexpress-dot-xtramap-dot-azuretrafficincidentresult-7169f597.md

latest1.9 KB
Original Source

AzureTrafficIncidentResult.IconCategory Property

Gets the icon category associated with this incident.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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 “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

AzureTrafficIncidentResult Members

DevExpress.XtraMap Namespace