Share via


Popup.Child Proprietà

Definizione

Ottiene o imposta il contenuto da ospitare nel popup.

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>

Valore della proprietà

Contenuto da ospitare nel popup.

Si applica a