DPI_AWARENESS_CONTEXT_SYSTEM_AWARE top-level constant

int const DPI_AWARENESS_CONTEXT_SYSTEM_AWARE

System DPI aware. This window does not scale for DPI changes. It will query for the DPI once and use that value for the lifetime of the process. If the DPI changes, the process will not adjust to the new DPI value. It will be automatically scaled up or down by the system when the DPI changes from the system value.

Implementation

const DPI_AWARENESS_CONTEXT_SYSTEM_AWARE = -2;