IWindowImplSetParent Method

Sets the parent of the window.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetParent(
	IWindowImpl? parent
)

Parameters

parent  IWindowImpl
The parent IWindowImpl.

See Also