Skip to main content

Win32DpiAwareness Enumeration

Represents the DPI Awareness for the application.

Definition

Namespace: Avalonia
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)

public enum Win32DpiAwareness

Members

Unaware0The application is DPI unaware.
SystemDpiAware1The application is system DPI aware. It will query DPI once and will not adjust to new DPI changes
PerMonitorDpiAware2The application is per-monitor DPI aware. It adjust its scale factor whenever DPI changes.

See Also

Reference

Avalonia Namespace