Raised when custom hit testing of item's adjustment handles must be performed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<HitTestEventArgs> HitTestAdjustmentHandles |
Visual Basic
![]() |
---|
Public Event HitTestAdjustmentHandles As EventHandler(Of HitTestEventArgs) |
For links, set the result to the index of the link's control point that has been hit. For nodes, set the result to 0, 1, 2, 3 for the corner resize handles, 4, 5, 6, 7 for the side center resize handles, 8 for the move handle and 9 for the rotation handle.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |