OverlayPopupHostSetChild Method

Sets the control to display in the popup.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void SetChild(
	Control? control
)

Parameters

control  Control

Implements

IPopupHostSetChild(Control)

See Also