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

    Returns a projection used by MapDataProviderBase class descendants.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [Browsable(false)]
    public virtual ProjectionBase Projection { get; }

    Property Value

    Type Description
    ProjectionBase

    A ProjectionBase class descendant.

    Remarks

    Refer to the Geographical Projections document to learn more about projections.

    See Also