Maybe this question is kind of silly but I have no clue how to solve the following (maybe trivial) problem:
I just want to change the foreground color of a TextBox control in Silverlight 4 so that in "Normal" state it is, say, black and in "Disabled" state it should be red.
So far i did the following: I am editing the controls ControlTemplate to manipulate the visual states of the TextBox with the Visual State Manager in Blend 4 but because the text in the textBox is realized as its contentControl I can't find any foreground property to change the color or it to link to a particular visual state respectively.
Again, I simply want to set different foreground colors for different visual states of the TextBox.
Can anybody help me ? Thank you in advance !