Skip to main content
A newer version of this page is available. .

MapControl.CoordinateSystem Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapCoordinateSystem CoordinateSystem { get; set; }

Property Value

Type Description
MapCoordinateSystem

A MapCoordinateSystem class descendant object.

See Also