Back to Devexpress

MapHitInfo Properties

wpf-devexpress-dot-xpf-dot-map-dot-maphitinfo-dot-underscore-properties.md

latest4.5 KB
Original Source

MapHitInfo Properties

Contains information about what is located at a specific point within the map.

NameDescription
CustomElementGets a MapCustomElement which is located under the test point.
HitObjectsGets a collection of objects which represent all map visual elements located under the test point.
InCustomElementGets a value indicating whether the test point is within a MapCustomElement.
InMapBubbleGets a value indicating whether the test point is within a MapBubble.
InMapDotGets a value indicating whether the test point is within a MapDot.
InMapEllipseGets a value indicating whether the test point is within a MapEllipse.
InMapLineGets a value indicating whether the test point is within a MapLine.
InMapPathGets a value indicating whether the test point is within a MapPath.
InMapPieGets a value indicating whether the test point is within a MapPie.
InMapPolygonGets a value indicating whether the test point is within a MapPolygon.
InMapPolylineGets a value indicating whether the test point is within a MapPolyline.
InMapPushpinGets a value indicating whether the test point is within a MapPushpin.
InMapRectangleGets a value indicating whether the test point is within a MapRectangle.
InMapSplineReturns a value that indicates whether the test point is within a MapSpline.
MapBubbleGets the MapBubble which is located under the test point.
MapDotGets a MapDot which is located under the test point.
MapEditorUiHitInfoReturns information about the MapEditor UI elements under the test point.
MapEllipseGets a MapEllipse which is located under the test point.
MapLineGets a MapLine which is located under the test point.
MapPathGets a MapPath which is located under the test point.
MapPieGets the MapPie which is located under the test point.
MapPolygonGets a MapPolygon which is located under the test point.
MapPolylineGets a MapPolyline which is located under the test point.
MapPushpinGets a MapPushpin which is located under the test point.
MapRectangleGets a MapRectangle which is located under the test point.
MapSplineReturns a MapSpline on the test point.

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.Xpf.Map Namespace