What is a good default background color for a WPF dialog box?

Posted by Edward Brey on Stack Overflow See other posts from Stack Overflow or by Edward Brey
Published on 2010-04-09T14:50:01Z Indexed on 2010/04/09 14:53 UTC
Read the original article Hit count: 383

Filed under:

None of the brushes in SystemColors seems to fit the bill, and IIRC, the OS theme beginning with Windows XP uses a gradient. Is there standard OS dialog box background brush or a way to tell WPF that the window is a dialog box and it should paint the background accordingly?

© Stack Overflow or respective owner

Related posts about wpf