I am trying to use AccentColor for label background with opacity:
<telerik:Label> <telerik:Label.Background> <SolidColorBrush Color="{telerik:Windows8Resource ResourceKey=AccentBrush}" Opacity="0.1"/> </telerik:Label.Background></telerik:Label>This gives me an error: "#FF25A0DA" is not a valid value for property 'Color'.
How to get a valid color value in xaml?