xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" WindowStyle="None"> 2. 添加MouseLeftButtonDown事件 private void OnMouseLeftButtonDown(object sender, MouseButtonEventArgs e) { DragMove(); }