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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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