Back to Devexpress

DXWindow.AllowApplicationIconScaling Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-0ffae03b.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowApplicationIconScaling { get; set; }
vb
Public Property AllowApplicationIconScaling As Boolean

Property Value

TypeDescription
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

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace