The default title for the Windows dialog.

Is there a default inline style or a WPF element that will give me equivalent text in the style of "Choose a connection option" below?

alt text http://i.msdn.microsoft.com/Aa511327.TopRules07(en-us,MSDN.10).png

I think this title would change according to the OS (XP, Vista, 7) in which the application is running.

+3
source share
4 answers

The text "Basic Instruction", which

12 pt blue (# 003399) Segoe UI

According to the Manual for Vista UX for text

+1
source

WPF .

GetThemeFont GetThemeColor API Win32, . (Windows Classic ), . AeroStyle.xml SDK Windows, , .

: http://blog.quppa.net/2011/04/30/windows-theme-fonts/

0

:

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 frame, see the section Extending the frame and << โ†’ Removing unnecessary information from the title "..

-1
source

Source: https://habr.com/ru/post/1702590/


All Articles