ToolTipInfo.GeoPoint Property
OBSOLETE
The GeoPoint property is obsolete now. Use the CoordPoint property instead.
Returns the geographical point where the tooltip is shown.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
[Obsolete("The GeoPoint property is obsolete now. Use the CoordPoint property instead.")]
[PreferableMember("ToolTipInfo", "CoordPoint", "CoordPoint")]
public GeoPoint GeoPoint { get; }
Property Value
Type | Description |
---|---|
GeoPoint | A GeoPoint object. |
See Also