Skip to main content
All docs
V25.1
  • LambertAzimuthalEqualAreaProjectionBase.BoundingBox Property

    Gets or sets projection bounds.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public MapBounds BoundingBox { get; set; }

    Property Value

    Type Description
    MapBounds

    An object that contains information about projection bounds.

    See Also