IWindowImpl.

SetParent(IWindowImpl) Method

Summary

Sets the parent of the window.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void SetParent(IWindowImpl parent)

Parameters

Name Type Description
parent IWindowImpl The parent IWindowImpl.

Return Value

Type Description
void