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

    Gets or sets projection bounds.

    Namespace: DevExpress.Xpf.Map

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

    Declaration

    public MapBounds BoundingBox { get; set; }

    Property Value

    Type Description
    MapBounds

    An object that contains information about projection bounds.

    See Also