A newer version of this page is available.
Switch to the current version.
GeoMapCoordinateSystem.Projection Property
Gets or sets the projection used by the geographical coordinate system.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public ProjectionBase Projection { get; set; }
Public Property Projection As ProjectionBase
Property Value
Type | Description |
---|---|
ProjectionBase | A ProjectionBase class descendant object. |
Remarks
To learn more about projections, refer to: Geographical Projections.
See Also
Feedback