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

VectorLayerBase.MapProjectionProperty Field

OBSOLETE

The VectorLayerBase.MapProjection property is obsolete now. Use the ((GeoMapCoordinateSystem)MapControl.CoordinateSystem).Projection property instead.

Identifies the VectorLayerBase.MapProjection dependency property.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Obsolete("The VectorLayerBase.MapProjection property is obsolete now. Use the ((GeoMapCoordinateSystem)MapControl.CoordinateSystem).Projection property instead.")]
[Browsable(false)]
public static readonly DependencyProperty MapProjectionProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also