Skip to main content
All docs
V24.2

AzureTrafficIncidentOptions.OriginalPosition Property

Specifies whether to return the original position of the incident as well as the one shifted to the beginning of the traffic tube.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[DefaultValue(false)]
public bool OriginalPosition { get; set; }

Property Value

Type Default Description
Boolean false

‘true’ to return the original position of the incident as well as the one shifted to the beginning of the traffic tube; otherwise, false.

See Also