Popup.Child Property

Definition

Gets or sets the content to be hosted in the 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>

Property Value

The content to be hosted in the popup.

Applies to