I have a Spot node where the node title appears under the main rectangle as shown.
How can I prevent the link from obscuring the title text?
Lots of possibilities:
- change the port to be the whole node (i.e. including the TextBlock)
- change the fromSpot/toSpot not to include the bottom side
- if the Link is in front of the Node, try changing its Part.layer to be behind the Node
- if the Link is behind the Node, set a background on the TextBlock
It just depends on what appearance and behavior you want instead. You didn’t say what you preferred.
I set the link layerName to “Background” and gave the textBlock a white background which had the desired effect. Thanks