How to get the rotation value of a UI Element in WPF

Posted by Matt.M on Stack Overflow See other posts from Stack Overflow or by Matt.M
Published on 2010-04-05T17:15:10Z Indexed on 2010/04/05 17:33 UTC
Read the original article Hit count: 151

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about rotation