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

BingSearchOptions.SearchRadiusProperty Field

OBSOLETE

Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.

Identifies the BingSearchOptions.SearchRadius dependency property.

Namespace: DevExpress.Xpf.Map

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

Declaration

[Browsable(false)]
[Obsolete("Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.")]
[PreferableMember("BingSearchOptions", "SearchRadiusProperty", "DependencyProperty")]
public static readonly DependencyProperty SearchRadiusProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also