Skip to main content
All docs
V25.1
  • BingTrafficIncidentSeverity Enum

    OBSOLETE

    This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf

    List incident severity levels.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    [Flags]
    [Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
    [PreferableMember("BingTrafficIncidentSeverity", "", "")]
    public enum BingTrafficIncidentSeverity

    Members

    Name Description
    LowImpact

    The incident severity level is Low Impact.

    Minor

    The incident severity level is Minor.

    Moderate

    The incident severity level is Moderate.

    Serious

    The incident severity level is Serious.

    Related API Members

    The following properties accept/return BingTrafficIncidentSeverity values:

    See Also