BingHint(String, String) Constructor
Initializes a new instance of the BingHint class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
hintType | String | A String specifying the hint type. This value is assigned to the BingHint.HintType property. |
text | String | A String specifying the hint text. This value is assigned to the BingHint.Text property. |
See Also