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.
2 parents 9a139ad + 13fd24f commit 10577b5Copy full SHA for 10577b5
hub/apps/windows-app-sdk/system-backdrop-controller.md
@@ -270,7 +270,7 @@ public sealed partial class MainWindow : Window
270
m_configurationSource.IsInputActive = true;
271
SetConfigurationSourceTheme();
272
273
- m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController()
+ m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController();
274
275
// Enable the system backdrop.
276
// Note: Be sure to have "using WinRT;" to support the Window.As<...>() call.
0 commit comments