Is it possible to rotate a template in Vision?

I have a valve template that I use and I would like to rotate it, but the rotation buttons are greyed out. Is there another way I can achieve this without explicitly making multiple versions of the template?

image

Ive done this before by creating a template parameter which you can enter an angle and bind it to the angle property of whatever you want to rotate inside the template.

Hmm, I want to rotate the entire thing, no specific aspect inside. But that would work for individual parts

You can group everything and bind the parameter to the groups angle property.

Ah that might do it! Thanks!

This is not functionning if there is a label inside of the group

This really should be a simple feature and one that I would use frequently if it existed.

It's possible something in this thread would help you:
Vertical Label on the edge of a Vision window

In a window, outside of a canvas or repeater, templates live in a TemplateHolder which is a type of JPanel, so rotating it doesn't seem simple to me. I mean, don't get me wrong, I can imagine ways to paint the components differently, but it's not clear to me how to cleanly get a true template rotation.