Skip to main content
A newer version of this page is available. .

BingLocationInformation.BoundingBox Property

Gets or sets the bounding box containing the search result of Bing locations.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public SearchBoundingBox BoundingBox { get; set; }

Property Value

Type Description
SearchBoundingBox

A SearchBoundingBox object.

See Also