Skip to content

Commit a8e9fa7

Browse files
authored
Update system-backdrop-controller.md to add a note on theme change
Add note on material with customized controller properties will no longer reacts to Light/Dark theme changes
1 parent 44ded41 commit a8e9fa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hub/apps/windows-app-sdk/system-backdrop-controller.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ The controller reacts to the system Light and Dark themes by default. To overrid
215215
- [TintColor](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.systembackdrops.micacontroller.tintcolor)
216216
- [TintOpacity](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.systembackdrops.micacontroller.tintopacity)
217217

218+
> [!NOTE]
219+
>
220+
> After customizing any of the controller’s four properties, it no longer applies default Light or Dark values when the associated [SystemBackdropConfiguration.Theme](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.systembackdrops.systembackdropconfiguration.theme?view=windows-app-sdk-1.6#microsoft-ui-composition-systembackdrops-systembackdropconfiguration-theme) changes. You need to manually update those properties to match the new theme.
221+
218222
In order to use the backdrop material in your app, the following items are required:
219223

220224
- **System support**

0 commit comments

Comments
 (0)