Skip to main content
A newer version of this page is available. .

CompatibilitySettings.EnableDPICorrection Property

Gets or sets whether to enable DPI correction to improve layout rendering.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool EnableDPICorrection { get; set; }

Property Value

Type Description
Boolean

true, to enable DPI correction; otherwise false.

Remarks

To enable the DPI correction for WPF controls and obtain a properly rendered layout, apply a DevExpress theme that supports DPI correction and set the standard UseLayoutRounding property to true. In this case, DXBorder defined in the applied theme uses improved rendering logic.

See Also