This question is locked. New answers and comments are not allowed.
Silverlight 5 + Win 7(x64) + IE11 + RadControls for Silverlight Q3 2013
Simple Code:
But run the solution,Foreground is not green;
Only set the theme for the Expression_Dark/Windows8/Windows8Touch ,the Foreground is correct.
Simple Code:
<Grid x:Name="LayoutRoot" Background="White"> <telerik:RadTreeView HorizontalAlignment="Left" Height="250" VerticalAlignment="Top" Width="150"> <telerik:RadTreeViewItem Header="Item 1" FontSize="16" FontWeight="Bold" Foreground="Green"/> </telerik:RadTreeView></Grid>Only set the theme for the Expression_Dark/Windows8/Windows8Touch ,the Foreground is correct.