Skip to main content
All docs
V19.1

MapDataProviderBase.Projection Property

Gets a projection used by MapDataProviderBase class descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Description
ProjectionBase

A ProjectionBase class descendant.

Remarks

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

See Also