Skip to main content
A newer version of this page is available. .

MapTileDataProviderBase.Projection Property

Returns a projection used by MapDataProviderBase class descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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