Back to Devexpress

BingLocationInformation.BoundingBox Property

windowsforms-devexpress-dot-xtramap-dot-binglocationinformation-eeed2942.md

latest1.2 KB
Original Source

BingLocationInformation.BoundingBox Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(null)]
public SearchBoundingBox BoundingBox { get; set; }
vb
<DefaultValue(Nothing)>
Public Property BoundingBox As SearchBoundingBox

Property Value

TypeDefaultDescription
SearchBoundingBoxnull

A SearchBoundingBox object.

|

See Also

BingLocationInformation Class

BingLocationInformation Members

DevExpress.XtraMap Namespace