ScaleHelperPerMonitorDpiAwarenessVersion Property

Gets the version of per-monitor DPI awareness of the current thread. Per-monitor DPI awareness V1 is available on Windows 8.1 or later, whereas per-monitor DPI awareness V2 and is available on Windows 10 Anniversary Update (1607) or later.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static int PerMonitorDpiAwarenessVersion { get; }

Property Value

Int32

See Also