Text with Node at an angle (45)

Hi,

How to show text associated with a Node at some angle (45)?

For a general answer, here are links to the Microsoft documentation for allowing you to specify rotation or any other coordinate system transformation in XAML:
WPF Transforms
Silverlight Transforms

If you want to rotate a Node's SelectionElement, which might be the whole node if you haven’t set Part.SelectionElementName, you can just set or bind its go:Node.RotationAngle in degrees.

It’s done.

Thanks