Customize Port Hover Symbol in GoXam

I want to customize the visual that appears when the user hovers over a linkable port.
Currently, I display a small default square “Thumb” handle when the cursor is over a port. I want to show a small symbol like a orthogonal link symbol which shows that we are at a port and ready to start linking. This was possible using the GoDiagram or winform equivalent canvas in one of our legacy projects. Can you guide me how to achieve this easily? This is to avoid accidental movement of node if we drag anywhere else apart from node.

Set FrameworkElement.Cursor Property (System.Windows) | Microsoft Learn

Am actually not looking for a cursor but a tooltip like symbol along with cursor on port hover. Attaching a video link from our legacy project which was built using GoDiagram Goxam issues How is this possible in Goxam?

You could implement a custom cursor that looks like that.

If you really want a tooltip, you could implement that. That too is something that WPF provides and really isn’t specific to GoXam.