Skip to main content

SvgFileDataAdapter.SourceCoordinateSystem Property

Gets or sets the coordinate system of a data adapter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public CartesianSourceCoordinateSystem SourceCoordinateSystem { get; set; }

Property Value

Type Description
CartesianSourceCoordinateSystem

A CartesianSourceCoordinateSystem object.

See Also