BackdropMaterial.GetApplyToRootOrPageBackground(Control) Methode

Definition

Ruft den Wert der BackdropMaterial.ApplyToRootOrPageBackground angefügten XAML-Eigenschaft für das Zielelement ab.

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

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

Parameter

element
Control

Das Objekt, aus dem der Eigenschaftswert gelesen wird.

Gibt zurück

Boolean

bool

Der BackdropMaterial.ApplyToRootOrPageBackground xaml angefügte Eigenschaftswert des angeforderten Objekts.

Gilt für:

Weitere Informationen