Rhombuses after edge selection

Hello!

When I do selection of an edge, I see green rhombuses on each vertex showing that this is the edge that was selected. I implemented my own indicator of selection (making nodes brighter and edge thicker) so I do not want to see rhombuses. Is it possible to hide them?

By the way, i would like to keep green rectangles above nodes after selection, I need only to hide rhombuses.

Those are the relink handles. Where you handle the link selection color, are you calling the base method? If you are, simply not doing that should get rid of these handles.

Another way is to set link.HighlightWhenSelected to true, but don’t set HighlightPenWidth.

Thanks, it works.

And thank you very much for quick reply