How to get the rotation value of a UI Element in WPF
- by Matt.M
I've figured out how to assign a rotation value (element.RenderTransform = new RotateTransform(x)), but how do I get the rotation value the element?
For example, if I wanted to make one ui element have the same rotation angle as another ui element, how would I do that?