ISetLogicalParent.

SetParent(ILogical) Method

Summary

Sets the control's parent.
Namespace
Avalonia.Controls
Containing Type
ISetLogicalParent

Syntax

void SetParent(ILogical parent)

Parameters

Name Type Description
parent ILogical The parent.

Return Value

Type Description
void