Denis Bredikhin
Denis Bredikhin

Reputation: 23

Is Per-Monitor v2 Awareness supported by Windows Server?

I'm writing system requirements for our application, where we recently added support of per-monitor DPI awareness V2. We've tested it with client versions of Windows. Dos someone know if this functionality is supported by Windows Server versions, and if yes, since which version?

I've looked in MSDN but couldn't find an answer...

If it is important, we initialize DPI awareness using method described here: WPF ClickOnce DPI awareness Per-Monitor v2

Upvotes: 1

Views: 270

Answers (1)

magicandre1981
magicandre1981

Reputation: 28826

According to the 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

Upvotes: 2

Related Questions