Hello,
I am trying set binding, code behind, to UIElement.RotateTransform.Angle.
I have TextBlock (as my UIElement), now I am trying to bind its RotateTransform.Angle to
TextBox.Text Property.
I must to do it code behind (not in XAML)
Result shuold be such that in TextBox I can see TextBlock RotateTransform.Angle and If I change the angle in TextBox, TextBlock rotates.