WPF程序运行在窗口中间
Posted シ゛甜虾
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF程序运行在窗口中间相关的知识,希望对你有一定的参考价值。
方法一、代码中控制
public MainWindow()
{
InitializeComponent();
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
方法二、界面中配置WindowStartupLocation="CenterScreen"
Title="登录窗口" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" TitlebarHeight="30" Height="705" Width="900"
以上是关于WPF程序运行在窗口中间的主要内容,如果未能解决你的问题,请参考以下文章