代码之家  ›  专栏  ›  技术社区  ›  Sergio Tapia

如何从WPF表单中删除边框/控制框?

  •  5
  • Sergio Tapia  · 技术社区  · 15 年前

    在Windows窗体中,我将在“属性”窗格中修改FormBorderStyle属性。

    有什么帮助吗?

    2 回复  |  直到 13 年前
        1
  •  8
  •   itowlson    15 年前

    集合 WindowStyle None ResizeMode NoResize (在XAML中或通过“属性”窗格)。

        2
  •  5
  •   Aviad P.    15 年前

    .NET框架实际上支持创建初始屏幕,请查看上的此表单发布 social.msdn.microsoft.com 您将看到的演练 most performant .NET splash screen.

    您可以使用属性窗口将图像指定为SplashScreen: alt text http://img189.imageshack.us/img189/8984/splashscreenn.jpg