WPF 不遮挡任务栏最大化和全屏显示

在窗体不去边框的情况下,不遮挡任务栏最大化
MainWindow.xaml.cs
using System; using System.Windows; using System.Windows.Threading;
namespace thzSoftware { /// /// MainWindow.xaml 的交互逻辑 /// public partial class MainWindow : Window { DispatcherTimer mTimer; public MainWindow() { InitializeComponent(); mTimer = new DispatcherTimer(); mTimer.Interval = new TimeSpan(0, 0, 3);//定时间隔3秒 mTimer.Tick += MTimer_Tick;//加载事件,敲tab键事件框架可以自己

WPF 不遮挡任务栏最大化和全屏显示最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/7537.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>