Home > Back-end >  WinUI3 does not support the Background Property of AcrylicBrush in C desktop development. Is there
WinUI3 does not support the Background Property of AcrylicBrush in C desktop development. Is there

Time:05-11

WinUI3 does not support the Background Property of AcrylicBrush in C desktop development. WindowsAppSDK version "1.0.0", but the property exists in UWP c and C# universal development, Is there any alternative way of doing it?

CodePudding user response:

Background acrylic is currently not supported in Win UI 3 due to technical challenges that arise from lifting the UI components out of the OS stack.

There is consequently no "alternative" solution of enabling it.

You can track this issue on GitHub for the latest status regarding this.

CodePudding user response:

It is available in the latest preview release.

https://docs.microsoft.com/windows/apps/windows-app-sdk/preview-channel#version-11-preview-3-110-preview3

https://github.com/microsoft/microsoft-ui-xaml/issues/7061

  • Related