关闭高dpi带来的影响
Posted erist
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关闭高dpi带来的影响相关的知识,希望对你有一定的参考价值。
<!-- 指示该应用程序可以感知 DPI 且 Windows 在 DPI 较高时将不会对其进行
自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI,无需
选择加入。选择加入此设置的 Windows 窗体应用程序(目标设定为 .NET Framework 4.6 )还应
在其 app.config 中将 "EnableWindowsFormsHighDpiAutoResizing" 设置设置为 "true"。-->
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
以上是关于关闭高dpi带来的影响的主要内容,如果未能解决你的问题,请参考以下文章