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

ToolTipInfo.CoordPoint Property

Returns the point in the map coordinates where the tooltip is shown.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public CoordPoint CoordPoint { get; }

Property Value

Type Description
CoordPoint

The point in the map coordinates where the tooltip is shown.

See Also