WPF日常需要使用的操作

窗体如何居中弹出

    在窗体上添加属性  WindowStartupLocation="CenterScreen"

窗体如何隐藏掉windows边框 

  添加属性WindowStyle="None"

原文地址:https://www.cnblogs.com/c0ding/p/8670465.html