Popup.SystemBackdrop Eigenschaft

Definition

Ruft den Systemhintergrund ab, der auf diese PopupAngewendet werden soll, oder legt diesen fest. 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

Die Systemkulisse, die auf diese PopupAnwendung angewendet werden soll.

Hinweise

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

Gilt für:

Weitere Informationen