GoWPF 3.0.3 - Link-Drag-DataTemplate?

Hello,

when i mouse down on a node, and begin to drag a link to another node, then the source node and the target node are getting a pink border, and also a dark blue temporary link seems to be rendered.

image

Where do i need to set a DataTemplate to override that pink border and blue link?

Nevermind, it is the TemporaryLinkTemplate and TemporaryNodeTemplate from the LinkingTool itself.

Also the RelinkingTool, if your app supports reconnecting existing Links.