windows - Windows Server 是否支持 Per-Monitor v2 Awareness?

标签 windows dpi-aware

我正在为我们的应用程序编写系统要求,我们最近在其中添加了对每个显示器 DPI 感知 V2 的支持。我们已经使用 Windows 的客户端版本对其进行了测试。有人知道 Windows Server 版本是否支持此功能吗?如果是,从哪个版本开始支持?

我查看了 MSDN 但找不到答案...

如果重要,我们使用此处描述的方法初始化 DPI 感知: WPF ClickOnce DPI awareness Per-Monitor v2

最佳答案

根据Microsoft documentation it is only available in client Windows versions .

Minimum supported client : Windows 10, version 1607 [desktop apps only]
Minimum supported server : None supported

关于windows - Windows Server 是否支持 Per-Monitor v2 Awareness?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57974470/

相关文章:

windows - 在循环内部构建自定义POS对象

c# - DPI 意识 - 在一个版本中没有意识到,在另一个版本中有系统意识

windows - 循环遍历非整数值

windows - Web 浏览器控件上的 SPDY

c++ - 设置我的应用程序 api 感知并防止系统使其模糊和错误定位

windows - 在 Windows 8 上声明每个窗口的高 DPI 感知

windows - 使 Windows 通用对话框 "Per Monitor DPI-Aware"

Windows 10 - 清除 USB 枚举/驱动程序问题

linux - 如何在具有 Windows (PE) 目标的 Linux 机器上交叉编译 haskell 程序?