Back to Devexpress

BingMapDataProvider.Projection Property

windowsforms-devexpress-dot-xtramap-dot-bingmapdataprovider-1a880d74.md

latest1.3 KB
Original Source

BingMapDataProvider.Projection Property

Gets a projection used by the Bing Maps map data provider.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public override ProjectionBase Projection { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Projection As ProjectionBase

Property Value

TypeDescription
ProjectionBase

A ProjectionBase class descendant object.

|

Remarks

To learn more about projections, refer to: Geographical Projections.

See Also

BingMapDataProvider Class

BingMapDataProvider Members

DevExpress.XtraMap Namespace