Windows 7 状态菜单样式窗口
我正在开发一个项目,我想知道如何获取 Windows 无线控件中常见的窗口类型,如下面的屏幕截图所示:
(来源)
没有关闭或最大化按钮,但边框仍然存在。我的工具包括 Expression Blend 3 和 Visual Studio 08。我还想知道它们使用的字体是什么,因为它似乎不是 Office 7 中常见的 Tahoma 字体。
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 screen 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道字体,但您可以在窗口上设置
WindowStyle=None
以获得仅边框效果。I don't know about the font, but you can set
WindowStyle=None
on your Window to get the border-only effect.该字体是 Segoe UI。它配备了 Office 2007 和 Windows Vista/7。
That font is Segoe UI. It comes with Office 2007 and Windows Vista/7.