Compartir a través de


ParallaxView.Child Propiedad

Definición

Obtiene o establece el contenido de fondo de ParallaxView.

API de WinUI 2 equivalente para UWP: Microsoft.UI.Xaml.Controls.ParallaxView.Child (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

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

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

Valor de propiedad

El contenido de fondo de ParallaxView, normalmente una imagen. El valor predeterminado es NULL.

Se aplica a