In windows 8 consumer preview you can personalize your experience, including setting a ‘background color’ which is then also used as the background for selected tiles, app bar etc. So selecting orange will mean that orange accents are visible in the Windows 8 Metro UI.
I am currently authoring some custom controls, and I would like to have access to this color in my styling, so as the user changes color so my applications accents are re-colored accordingly.
I cannot find a way of getting at this color in my XAML. It seems reasonable to expect that there is a system-level dynamic brush or color resource that you could reference.
Does anyone have any ideas ?
Based on this thread (Start Screen background as my metro apps background) on MSDN – this is not available.
In case the MSDN thread disappears, the site is temporarily unavailable, or Microsoft moves the directory structure around and leaves orphaned links all over the place: The relevant answer there, from Microsoft employee Rob Kaplan, said:
So it can be construed as an official response that this functionality is unavailable.