AcrylicBrush.BackgroundSource Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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