We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4885434 commit 13fd24fCopy full SHA for 13fd24f
hub/apps/windows-app-sdk/system-backdrop-controller.md
@@ -214,7 +214,7 @@ public sealed partial class MainWindow : Window
214
m_configurationSource.IsInputActive = true;
215
SetConfigurationSourceTheme();
216
217
- m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController()
+ m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController();
218
219
// Enable the system backdrop.
220
// Note: Be sure to have "using WinRT;" to support the Window.As<...>() call.
0 commit comments