Is it possible to get hold of the Office2013Palette.Palette.AccentMainColor in XAML?
I know you can get hold of the brushes, using something such as
telerik:Office2013Resource ResourceKey=EffectAccentHighBrush
however, I need to assign to a color property in the XAML. For the Windows 8 theme, I would use something along the lines of
Color="{Binding Source={StaticResource Windows8Colors}, Path=Palette.MainColor}"
Is there a way to get the similar value for the Office2013 theme?
Thanks
Jason
I know you can get hold of the brushes, using something such as
telerik:Office2013Resource ResourceKey=EffectAccentHighBrush
however, I need to assign to a color property in the XAML. For the Windows 8 theme, I would use something along the lines of
Color="{Binding Source={StaticResource Windows8Colors}, Path=Palette.MainColor}"
Is there a way to get the similar value for the Office2013 theme?
Thanks
Jason