Condividi tramite


BackdropMaterial.GetApplyToRootOrPageBackground(Control) Metodo

Definizione

Ottiene il valore della BackdropMaterial.ApplyToRootOrPageBackground proprietà associata XAML per l'elemento di destinazione.

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

public:
 static bool GetApplyToRootOrPageBackground(Control ^ element);
 static bool GetApplyToRootOrPageBackground(Control const& element);
public static bool GetApplyToRootOrPageBackground(Control element);
Public Shared Function GetApplyToRootOrPageBackground (element As Control) As Boolean

Parametri

element
Control

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Boolean

bool

Valore BackdropMaterial.ApplyToRootOrPageBackground della proprietà associata XAML dell'oggetto richiesto.

Si applica a

Vedi anche