Compartir a través de


Popup.Child Propiedad

Definición

Obtiene o establece el contenido que se va a hospedar en el elemento emergente.

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

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = popup.child;
popup.child = uIElement;
Public Property Child As UIElement
<Popup ...>
  singleChild
</Popup>

Valor de propiedad

Contenido que se va a hospedar en el elemento emergente.

Se aplica a