diff --git a/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md b/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md index 4ec6ed3dbf..147474236b 100644 --- a/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/high-dpi-support-in-windows-forms.md @@ -46,14 +46,14 @@ In addition, to configure high DPI support in your Windows Forms application, yo Windows Forms introduces a new [``](/dotnet/framework/configure-apps/file-schema/winforms/index) element to support new features and customizations added starting with the .NET Framework 4.7. To take advantage of the new features that support high DPI, add the following to your application configuration file. ```xml - + - + ``` > [!IMPORTANT]