Back to Devexpress

MapControl.CoordinateSystem Property

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-61e04ea4.md

latest2.2 KB
Original Source

MapControl.CoordinateSystem Property

Gets or sets the map coordinate system used by a map control.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapCoordinateSystem CoordinateSystem { get; set; }
vb
Public Property CoordinateSystem As MapCoordinateSystem

Property Value

TypeDescription
MapCoordinateSystem

A MapCoordinateSystem class descendant object.

|

The following code snippets (auto-collected from DevExpress Examples) contain references to the CoordinateSystem 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-load-vector-cartesian-data/CS/MapLesson2/MainWindow.xaml#L23

xml
</dxm:MapControl.ScalePanelOptions>
<dxm:MapControl.CoordinateSystem>
    <dxm:CartesianMapCoordinateSystem/>

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

xml
<dxm:MapControl>
    <dxm:MapControl.CoordinateSystem>
        <dxm:GeoMapCoordinateSystem>

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace