Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting the color value of TaskDialog Main Instruction text

The TaskDialog in Windows7 has a blue Main Instruction text at the top. Is there a way to get that color as a Brush value in WPF?

like image 768
superkinhluan Avatar asked May 15 '11 17:05

superkinhluan


1 Answers

These colors are actually defined in the Windows User Experience Interaction Guidelines. As far as I know they are not available as named system colors, but the guide explicitly lists the RGB colors and font sizes for the various text elements.

like image 114
Josh Avatar answered Sep 23 '22 01:09

Josh