Share via


Popup.SystemBackdrop Property

Definition

Gets or sets the system backdrop to apply to this Popup. The backdrop is rendered behind the Popup content.

public:
 property SystemBackdrop ^ SystemBackdrop { SystemBackdrop ^ get(); void set(SystemBackdrop ^ value); };
SystemBackdrop SystemBackdrop();

void SystemBackdrop(SystemBackdrop value);
public SystemBackdrop SystemBackdrop { get; set; }
var systemBackdrop = popup.systemBackdrop;
popup.systemBackdrop = systemBackdrop;
Public Property SystemBackdrop As SystemBackdrop

Property Value

The system backdrop to apply to this Popup.

Remarks

For more information about system backdrops, see Materials in Windows 11.

Applies to

See also