ContentIsland.SystemBackdrop Property

Definition

Gets or sets the system backdrop to apply to this ContentIsland.

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

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

Property Value

The system backdrop to apply to this ContentIsland.

Implements

Applies to

See also