Gets or sets the projection used by the geographical coordinate system.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public ProjectionBase Projection { get; set; }
|
VB |
Public Property Projection As ProjectionBase
|
Property value
Type:
ProjectionBase
A ProjectionBase class descendant object.

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

See Also