AzureTrafficIncidentOptions.IncidentDetailStyle Property
Specifies the style that is used to render the tile in AzureTrafficIncidentDataProvider.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
[DefaultValue(AzureTrafficIncidentDetailStyle.S1)]
public AzureTrafficIncidentDetailStyle IncidentDetailStyle { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| AzureTrafficIncidentDetailStyle | S1 | The style that is used to render the tile in |
Available values:
| Name | Description |
|---|---|
| Night | The night style. |
| S1 | Creates traffic lines with colored chevrons indicating severity. |
| S2 | Creates plain lines with a certain degree of glow. |
| S3 | Creates plain lines with a certain degree of glow that is different from the |
See Also