Skip to main content

MapTileDataProviderBase.Projection Property

Returns a projection used by MapDataProviderBase class descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public virtual ProjectionBase Projection { get; }

Property Value

Type Description
ProjectionBase

A ProjectionBase class descendant.

Remarks

Refer to the Geographical Projections document to learn more about projections.

See Also