AcrylicBrush.BackgroundSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Pinselbeispiele aus dem App-Inhalt oder aus dem Inhalt hinter dem App-Fenster angegeben werden.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

void BackgroundSource(AcrylicBackgroundSource value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")]
AcrylicBackgroundSource BackgroundSource();

void BackgroundSource(AcrylicBackgroundSource value);
public AcrylicBackgroundSource BackgroundSource { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")]
public AcrylicBackgroundSource BackgroundSource { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::AcrylicBackgroundSource::Backdrop")] set; }
Public Property BackgroundSource As AcrylicBackgroundSource

Eigenschaftswert

Ein Wert der Aufzählung, die angibt, ob die Pinselbeispiele aus dem App-Inhalt oder aus dem Inhalt hinter dem App-Fenster angegeben werden.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: