System.Windows.Interop.Content content= Application.Current.Host.Content;
content.IsFullScreen = !cc.IsFullScreen;
本文介绍了一个简单的示例,展示如何使用 System.Windows.Interop 命名空间中的 Content 类来实现应用程序的全屏模式切换功能。
System.Windows.Interop.Content content= Application.Current.Host.Content;
content.IsFullScreen = !cc.IsFullScreen;
1万+

被折叠的 条评论
为什么被折叠?
