Compartir a través de


ParallaxView.Child Propiedad

Definición

Obtiene o establece el contenido en segundo plano de ParallaxView.

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