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.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
BingMapKind | A |
Available values:
Name | Description | Image |
---|---|---|
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