Skip to content

Commit 83c693a

Browse files
Merge pull request #5252 from MicrosoftDocs/main638772397333572146sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents a958996 + e8f0467 commit 83c693a

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) 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)