CustomHitTestEventArgs.Point Property
Gets the object that represents the position of the test point relative to the item it belongs to.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.2.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| PointF | A PointF value that is the current test point position relative to the item it belongs to. |
See Also