Skip to main content
A newer version of this page is available.
All docs
V19.2

SkinManager.SetDPIAware() Method

Sets the current process as dots per inch (dpi) aware.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static void SetDPIAware()

Remarks

If the current DPI setting of the Windows OS is not default, the application’s UI is scaled by the OS. You can call the SetDPIAware method on the application startup to disable the automatic scaling of the UI.

The SetDPIAware method delegates its execution to the SetProcessDPIAware Windows system method.

See Also