Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DesktopWindowXamlSource.SystemBackdrop Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Hosting
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the system backdrop used to render materials like Mica and Acrylic.
public:
property SystemBackdrop ^ SystemBackdrop { SystemBackdrop ^ get(); void set(SystemBackdrop ^ value); };
SystemBackdrop SystemBackdrop();
void SystemBackdrop(SystemBackdrop value);
public SystemBackdrop SystemBackdrop { get; set; }
var systemBackdrop = desktopWindowXamlSource.systemBackdrop;
desktopWindowXamlSource.systemBackdrop = systemBackdrop;
Public Property SystemBackdrop As SystemBackdrop
Property Value
The system backdrop used to render materials like Mica and Acrylic.
Applies to
Feedback
Was this page helpful?
