Skip to main content

BingLocationInformation.BoundingBox Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public SearchBoundingBox BoundingBox { get; set; }

Property Value

Type Description
SearchBoundingBox

A SearchBoundingBox object.

See Also