<telerik:RadNavigationViewItem Content="Test" Foreground="Blue"/>
Possible workaround:
<telerik:RadNavigationViewItem>
<TextBlock Text="Test" Foreground="Blue"/>