Share via


XamlIsland.SystemBackdrop Property

Definition

Gets or sets the custom system backdrop used to render materials like Mica and Acrylic for the XamlIsland.

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

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

Property Value

The custom system backdrop used to render materials like Mica and Acrylic for the XamlIsland.

Applies to