Skip to content

Add ApplicationHighDpiMode property to project file. #8980

Open
@melytc

Description

@melytc

Summary

WinForms Designer is currently working on improving the HighDPI settings experience for .NET Core apps. For C#, they are reading the project file to get the property that a user manually edited. For VB, we currently save all Application Framework properties to the myapp file; however, the WinForms Designer doesn't have access to it. The request is to save that property both in the myapp file as well as the project file.

myapp:
<HighDpiMode>0</HighDpiMode>

vbproj:
<ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode>

The source of truth would still be the myapp file; this is mainly to unblock the WinForms Designer team.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions