去掉窗体边框
<windows WindowStyle="None" AllowsTransparency="True"></windows>
设置窗体不可手动改变大小
<windows ResizeMode=NoResize></windows>
窗体无边框时拖动窗体
- 在XAML中写入MouseMove事件
<Window x:Class="Gvitech.Application.WPF.UI.FunFacility.WindowEquipmentRecord"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Win