tags:

views:

79

answers:

3
A: 

Read this blog post:

http://blogs.msdn.com/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx

It has everything you want to know about changing the window's frame, look at the "Extending the glass frame" and "Removing redundant information from the title bar" sections.

Nir
A: 

You will want to consult the Vista UX Guidelines, which outlines things like that: http://msdn.microsoft.com/en-us/library/aa511258.aspx

Zerofiz
+1  A: 

It's "Main Instruction" text, which is

12 pt. blue (#003399) Segoe UI

according to the Vista UX Guidelines for text

Factor Mystic
So WPF does not offer a built-in CustomControl/Label/etc that I could use? I'd like the app to change based on the user's system prefs, rather than defining my own MainInstruction custom control. Is the "12 pt. blue (#003399) Segoe UI" already defined somewhere?
Dylan