Back to Devexpress

MapHitInfo.MapSpline Property

wpf-devexpress-dot-xpf-dot-map-dot-maphitinfo-5d591b7a.md

latest1.2 KB
Original Source

MapHitInfo.MapSpline Property

Returns a MapSpline on the test point.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapSpline MapSpline { get; }
vb
Public ReadOnly Property MapSpline As MapSpline

Property Value

TypeDescription
MapSpline

A map spline that is on the test point.

|

Remarks

Use the InMapSpline property to check whether a map spline is on the test point.

If InMapSpline is false, the MapPushpin property returns null ( Nothing in Visual Basic).

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.Xpf.Map Namespace