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.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public bool OriginalPosition { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also