Freigeben über


ICompositionSupportsSystemBackdrop.SystemBackdrop Eigenschaft

Definition

Ruft den CompositionBrush ab, der als Systemhintergrund verwendet werden soll, oder legt diesen fest.

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

Eigenschaftswert

CompositionBrush (falls vorhanden) wird als Systemhintergrund definiert.

Gilt für: