I have a shape where I want to change the formula of a control.
I use this code to rotate the shape and then update the Controls:
shape.SetAngle(angle * (Math.PI / 180));
shape.Controls.GetControlFromNa…... As you can see in this video, if I select the shape, the...