Share via


BackdropMaterial.SetApplyToRootOrPageBackground(Control, Boolean) Method

Definition

Sets the value of the BackdropMaterial.ApplyToRootOrPageBackground XAML attached property for a target element.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static void SetApplyToRootOrPageBackground(Control ^ element, bool value);
 static void SetApplyToRootOrPageBackground(Control const& element, bool const& value);
public static void SetApplyToRootOrPageBackground(Control element, bool value);
Public Shared Sub SetApplyToRootOrPageBackground (element As Control, value As Boolean)

Parameters

element
Control

The object to which the property value is written.

value
Boolean

bool

The value to set.

Remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the BackdropMaterial.ApplyToRootOrPageBackground XAML attached property in XAML and won't need this method. For more info, see the BackdropMaterial.ApplyToRootOrPageBackground attached property.

Applies to

See also