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

WindowsFormsSettings.AllowDpiScale Property

Gets or sets whether or not DevExpress Skins can be scaled on high-DPI devices.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static bool AllowDpiScale { get; set; }

Property Value

Type Description
Boolean

true, if DevExpress Skins can be scaled on high-DPI devices; otherwise, false.

Remarks

If the AllowDpiScale property equals true, your application becomes DPI-aware and automatically scales its skin settings (margins, indents etc.) according to the current DPI.

See Also