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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.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