Freigeben über


ContentIsland.SystemBackdrop Eigenschaft

Definition

Ruft den Systemhintergrund ab, der auf diese ContentIsland-angewendet 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 = contentIsland.systemBackdrop;
contentIsland.systemBackdrop = compositionBrush;
Public Property SystemBackdrop As CompositionBrush

Eigenschaftswert

Der Systemhintergrund, der auf diese ContentIslandangewendet werden soll.

Implementiert

Gilt für:

Weitere Informationen