Share via


ICompositionSupportsSystemBackdrop.SystemBackdrop Property

Definition

Gets or sets the CompositionBrush to be used as the system backdrop.

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

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

Property Value

The CompositionBrush (if any) defined as the system backdrop.

Applies to