Freigeben über


Popup.SystemBackdrop Eigenschaft

Definition

Ruft den Systemhintergrund ab, der auf dieses angewendet werden soll, oder legt diesen Popupfest. Der Hintergrund wird hinter dem Popup Inhalt gerendert.

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

Eigenschaftswert

Der Systemhintergrund, der auf diese Popupangewendet werden soll.

Hinweise

Weitere Informationen zu Systemkulissen finden Sie unter Materialien in Windows 11.

Gilt für:

Weitere Informationen