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

DXWindow.AllowApplicationIconScaling Property

Gets or sets whether the DXWindow scales its application icon in custom DPIs. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowApplicationIconScaling { get; set; }

Property Value

Type Description
Boolean

true, to allow application icon scaling; otherwise, false. The default is true.

Remarks

If the AllowApplicationIconScaling property is set to true, the application icon is rendered with the dpi correction. Otherwise, the icon is rendered as is.

Set the AllowApplicationIconScaling property to false if the DXWindow header becomes larger on Hi-DPI screens.

See Also