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

GeoMapCoordinateSystem.Projection Property

Gets or sets the projection used by the geographical coordinate system.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public ProjectionBase Projection { get; set; }

Property Value

Type Description
ProjectionBase

A ProjectionBase class descendant object.

Remarks

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

See Also