ISetInheritanceParent.

SetParent(IAvaloniaObject) Method

Summary

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

Syntax

void SetParent(IAvaloniaObject parent)

Parameters

Name Type Description
parent IAvaloniaObject The parent.

Return Value

Type Description
void