Hi Al,
You can get the diagram item under the mouse (shape or connection) using the HitTestService of the diagram.
Regards,
Martin
Telerik by Progress
You can get the diagram item under the mouse (shape or connection) using the HitTestService of the diagram.
var hitTestService= diagram.ServiceLocator.GetService<IHitTestService>()
as
HitTestService;
Regards,
Martin
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.