How do you access the foreground property of a textbox in WPF?
Currently we are accessing it using the Ranorex.Text control. I have tried casting it to a Ranorex.Control so that I could call GetProperty but receive a compile error. I have also checked the attributes of the underlying element for the Text control and it was not there either.