Back to Devexpress

BingMapDataProvider.Kind Property

wpf-devexpress-dot-xpf-dot-map-dot-bingmapdataprovider-c886c482.md

latest2.0 KB
Original Source

BingMapDataProvider.Kind Property

Gets or sets a value specifying the type of images to be displayed on a map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public BingMapKind Kind { get; set; }
vb
Public Property Kind As BingMapKind

Property Value

TypeDescription
BingMapKind

A BingMapKind enumeration value.

|

Available values:

NameDescriptionImage
Road

The map shows road schemas.

|

| | Area |

The map shows photo images of the Earth’s surface.

|

| | Hybrid |

The map shows a combination of Earth images and road schemas.

|

| | RoadLight |

The map shows a lighter version of road schemas.

|

| | RoadGray |

The map shows a grayscale version of road schemas.

|

| | RoadDark |

The map shows a dark version of road schemas.

|

|

See Also

DevExpress Map Control for WPF: Migrate from Bing Maps to Azure Maps

BingMapDataProvider Class

BingMapDataProvider Members

DevExpress.Xpf.Map Namespace