ProjectionBase.DefaultProjection Property
In This Article
Returns the default map projection object.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public static ProjectionBase DefaultProjection { get; }
#Property Value
Type | Description |
---|---|
Projection |
A Projection |
#Remarks
Currently, the default projection is SphericalMercatorProjection.
See Also