Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    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