SvgFileDataAdapter.SourceCoordinateSystem Property
In This Article
Gets or sets the coordinate system of a data adapter.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CartesianSourceCoordinateSystem SourceCoordinateSystem { get; set; }
#Property Value
Type | Description |
---|---|
Cartesian |
A Cartesian |
See Also