Skip to main content
All docs
V25.1
  • AzureMapDataProvider.Projection Property

    Gets a projection used by the Azure Maps data provider.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public override ProjectionBase Projection { get; }

    Property Value

    Type Description
    ProjectionBase

    The projection used by the Azure Maps map data provider.

    Remarks

    To learn more about projections, refer to: Geographical Projections.

    See Also