Win32DpiAwareness Enumeration
Represents the DPI Awareness for the application.
Definition
Namespace: Avalonia
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)
- C#
- VB
- F#
public enum Win32DpiAwareness
Public Enumeration Win32DpiAwareness
type Win32DpiAwareness
Members
Unaware | 0 | The application is DPI unaware. |
SystemDpiAware | 1 | The application is system DPI aware. It will query DPI once and will not adjust to new DPI changes |
PerMonitorDpiAware | 2 | The application is per-monitor DPI aware. It adjust its scale factor whenever DPI changes. |