Skip to main content
A newer version of this page is available. .
All docs
V21.2

LambertAzimuthalEqualAreaProjectionBase.BoundingBox Property

Gets or sets projection bounds.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapBounds BoundingBox { get; set; }

Property Value

Type Description
MapBounds

An object that contains information about projection bounds.

See Also