Back to Devexpress

GeoMapCoordinateSystem.Projection Property

wpf-devexpress-dot-xpf-dot-map-dot-geomapcoordinatesystem.md

latest2.1 KB
Original Source

GeoMapCoordinateSystem.Projection Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ProjectionBase Projection { get; set; }
vb
Public Property Projection As ProjectionBase

Property Value

TypeDescription
ProjectionBase

A ProjectionBase class descendant object.

|

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Projection property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-map_implement-custom-map-projection/CS/CustomProjection/MainWindow.xaml#L12

xml
<dxm:GeoMapCoordinateSystem>
    <dxm:GeoMapCoordinateSystem.Projection>
        <local:HammerAitoffProjection/>

See Also

GeoMapCoordinateSystem Class

GeoMapCoordinateSystem Members

DevExpress.Xpf.Map Namespace