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

SvgExportOptions.CoordinateSystem Property

Gets or sets the map coordinate system that should be used for vector data export to SVG.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapCoordinateSystem CoordinateSystem { get; set; }

Property Value

Type Description
MapCoordinateSystem

The MapCoordinateSystem class descendant that specifies the coordinate system used for export.

See Also