This question is locked. New answers and comments are not allowed.
Using the latest (?) build, the one which came free a couple of weeks ago.
I'm trying to change the styles in question but editing a copy of the template doesn't bring up the xaml for these too.
Specifically, the ActionButton icon, seems to alway be black when the control is unfocused, even if I explicitly set a style with a new icon having another color.
The snippet is from the ExamplesCS_WP solution, where the icon Question.png image is white, but the question mark is still black no matter what.
I also want the Pressed visual states of the styles in order to apply my colors of preference.
Thanks in advance.
I'm trying to change the styles in question but editing a copy of the template doesn't bring up the xaml for these too.
Specifically, the ActionButton icon, seems to alway be black when the control is unfocused, even if I explicitly set a style with a new icon having another color.
<telerikPrimitives:RadTextBox.ActionButtonStyle> <Style TargetType="telerikTextBox:TextBoxActionButton"> <Setter Property="RestStateImageSource" Value="Question.png"/> </Style></telerikPrimitives:RadTextBox.ActionButtonStyle>The snippet is from the ExamplesCS_WP solution, where the icon Question.png image is white, but the question mark is still black no matter what.
I also want the Pressed visual states of the styles in order to apply my colors of preference.
Thanks in advance.