A newer version of this page is available.
Switch to the current version.
BingMapDataProvider.Projection Property
Gets a projection used by the Bing Maps map data provider.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[Browsable(false)]
public override ProjectionBase Projection { get; }
<Browsable(False)>
Public Overrides ReadOnly Property Projection As ProjectionBase
Property Value
Type | Description |
---|---|
ProjectionBase | A ProjectionBase class descendant object. |
Remarks
To learn more about projections, refer to: Geographical Projections.
See Also
Feedback