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

ThemedWindow.EnableAcrylic Property

Gets or sets whether the Acrylic effect is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool EnableAcrylic { get; set; }

Property Value

Type Default Description
Boolean false

true, to enable the Acrylic effect; otherwise, false.

Remarks

Note

The Acrylic effect is available only in Windows 10.

Acrylic makes the ThemedWindow (including title bar) translucent to add a depth effect.

WPF Acrylic Window - Color Property

You can use the AcrylicColor or AcrylicOpacity property to specify the ThemedWindow‘s background color or opacity when the Acrylic effect is enabled.

When the Acrylic effect is enabled, the ThemedWindow.WindowKind property is set to WindowKind.Normal.

See Also