Back to Devexpress

AzureTrafficIncidentOptions.IncidentDetailStyle Property

windowsforms-devexpress-dot-xtramap-dot-azuretrafficincidentoptions.md

latest1.7 KB
Original Source

AzureTrafficIncidentOptions.IncidentDetailStyle Property

Specifies the style that is used to render the tile in AzureTrafficIncidentDataProvider.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(AzureTrafficIncidentDetailStyle.S1)]
public AzureTrafficIncidentDetailStyle IncidentDetailStyle { get; set; }
vb
<DefaultValue(AzureTrafficIncidentDetailStyle.S1)>
Public Property IncidentDetailStyle As AzureTrafficIncidentDetailStyle

Property Value

TypeDefaultDescription
AzureTrafficIncidentDetailStyleS1

The style that is used to render the tile in AzureTrafficIncidentDataProvider.

|

Available values:

NameDescription
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 s2 style.

|

See Also

AzureTrafficIncidentOptions Class

AzureTrafficIncidentOptions Members

DevExpress.XtraMap Namespace