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

BingHint(String, String) Constructor

Initializes a new instance of the BingHint class with specified parameters.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public BingHint(
    string hintType,
    string text
)

Parameters

Name Type Description
hintType String

A String value specifying the hint type. This value is assigned to the BingHint.HintType property.

text String

A String value specifying the hint text. This value is assigned to the BingHint.Text property.

See Also