I'm working on a project and I'm wondering how to get a type of window common in Windows's wireless controls, as shown in the scre开发者_JS百科en shot below:
(source)
There's no close or maximize buttons, but the border is still present. My tools include Expression Blend 3 and Visual Studio 08. I was also wondering what the font used on these are, as it doesn't seem to be the normal Tahoma found in Office 7.
That font is Segoe UI. It comes with Office 2007 and Windows Vista/7.
I don't know about the font, but you can set WindowStyle=None
on your Window to get the border-only effect.
精彩评论