Freigeben über


AcrylicBrush.BackgroundSource Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Pinsel Beispiele aus dem App-Inhalt oder aus dem Inhalt hinter dem App-Fenster enthält, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Media.AcrylicBrush.BackgroundSource (informationen zu WinUI im Windows App SDK finden Sie im Windows App SDK Namespaces).

public:
 property AcrylicBackgroundSource BackgroundSource { AcrylicBackgroundSource get(); void set(AcrylicBackgroundSource value); };
AcrylicBackgroundSource BackgroundSource();

void BackgroundSource(AcrylicBackgroundSource value);
public AcrylicBackgroundSource BackgroundSource { get; set; }
var acrylicBackgroundSource = acrylicBrush.backgroundSource;
acrylicBrush.backgroundSource = acrylicBackgroundSource;
Public Property BackgroundSource As AcrylicBackgroundSource

Eigenschaftswert

Ein Wert der -Enumeration, der angibt, ob der Pinsel Beispiele aus dem App-Inhalt oder aus dem Inhalt hinter dem App-Fenster abgibt.

Gilt für: