How to have a resizable link label?

WPF V1.2.2.4



Hello,

I use the link of the StateChart example (cool, with draggable label and offset). Now I am looking to have this label resizable (but not editable).

The ‘go:Part.Resizable=“True”’ is only for root element…



Could you please give me some directions ?

The ResizingTool only works on Nodes, so I believe it won’t work on elements in Links, although I’m not sure about that. I don’t know if it would be easy to adapt so that the ResizingTool would work on link label elements.