Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 868 Bytes

micacontroller_addsystembackdroptarget_509009601.md

File metadata and controls

35 lines (19 loc) · 868 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.SystemBackdrops.MicaController.AddSystemBackdropTarget(Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop)
winrt method

Microsoft.UI.Composition.SystemBackdrops.MicaController.AddSystemBackdropTarget(Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop)

-description

Adds the specified system backdrop target.

-parameters

-param systemBackdropTarget

The system backdrop target to add.

-returns

true if the controller was able to set up the material as a system backdrop; otherwise, false.

-remarks

This method must be called on a thread with a DispatcherQueue.

-see-also

-examples