Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: 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