ParallaxView.Child Eigenschaft

Definition

Ruft den Hintergrundinhalt der ParallaxView ab oder legt sie fest.

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

public:
 property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();

void Child(UIElement value);
public UIElement Child { get; set; }
Public Property Child As UIElement
<ParallaxView Child="childElement" .../>

Eigenschaftswert

Der Hintergrundinhalt der ParallaxView, in der Regel ein Bild. Der Standardwert ist null.

Gilt für: