Back to Devexpress

SvgExportOptions.CoordinateSystem Property

windowsforms-devexpress-dot-xtramap-dot-svgexportoptions.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
MapCoordinateSystem

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

|

See Also

SvgExportOptions Class

SvgExportOptions Members

DevExpress.XtraMap Namespace