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

MapControl.ToolTipInfo Property

Provides access to the ToolTipInfo object that contains settings of built-in map tooltips.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public ToolTipInfo ToolTipInfo { get; }

Property Value

Type Description
ToolTipInfo

A ToolTipInfo object.

Remarks

For internal use only.

See Also