2

I'm currently trying to use the new Acrylic Brushes from this API (https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.acrylicbrush). I have the latest SDK (both regular and the insider sdk) installed and in my application the minimum and target are both set to build 16190. When I try to use:

 <Grid x:Name="rootGrid" Background="{ThemeResource SystemControlAcrylicMediumHighWindowBrush}"></Grid>

I get the error that it can't find the resource SystemControlAcrylicMediumHighWindowBrush

My OS build is insider 16215.

Am I missing anything else to make this work?

Max McKinney
  • 1,218
  • 15
  • 25
  • I think that you don't have SDK that supports that. I am not sure if it is even available at all. – Ivan Ičin Jun 17 '17 at 23:42
  • @IvanIčin I know it's available as I had this working on another machine (that I can't access right now). I'll have to look and see if there's one I missed – Max McKinney Jun 17 '17 at 23:44
  • 2
    Can you try if [this](https://stackoverflow.com/questions/43699256/how-to-use-acrylic-accent-in-windows-10-creators-update/43972370#43972370) is available? – Justin XL Jun 17 '17 at 23:53
  • 1
    @JustinXL Sweet thanks I'll give that a shot! I'm hoping once these APIs have a full release they will be backwards compatible to the creators updates as well – Max McKinney Jun 17 '17 at 23:55
  • 2
    For those reading this @JustinXL solution worked. This seems to be the way to do it until these APIs are fully released. – Max McKinney Jun 18 '17 at 00:37

0 Answers0