ContentIsland.SystemBackdrop Propiedad

Definición

Obtiene o establece el fondo del sistema que se aplicará a este 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

Valor de propiedad

Fondo del sistema que se aplicará a este ContentIsland.

Implementaciones

Se aplica a

Consulte también