FlyoutBase.SystemBackdrop Property
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 to apply to this flyout. The backdrop is rendered behind the flyout content.
public:
property SystemBackdrop ^ SystemBackdrop { SystemBackdrop ^ get(); void set(SystemBackdrop ^ value); };
SystemBackdrop SystemBackdrop();
void SystemBackdrop(SystemBackdrop value);
C#
public SystemBackdrop SystemBackdrop { get; set; }
var systemBackdrop = flyoutBase.systemBackdrop;
flyoutBase.systemBackdrop = systemBackdrop;
Public Property SystemBackdrop As SystemBackdrop
The system backdrop to apply to this flyout.
For more information about system backdrops, see Materials in Windows 11.
Product | Versions |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |