Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AcrylicBrush.BackgroundSource Property
Definition
- Namespace:
- Windows.UI.Xaml.Media
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether the brush samples from the app content or from the content behind the app window.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Media.AcrylicBrush.BackgroundSource (for WinUI in the Windows App SDK, see the 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
Property Value
A value of the enumeration that specifies whether the brush samples from the app content or from the content behind the app window.
Applies to
Feedback
Was this page helpful?
