Summary
Sets the control's inheritance parent.
- Namespace
- Avalonia
.Controls - Containing Type
- I
Set Inheritance Parent
Syntax
void SetParent(IAvaloniaObject parent)
Parameters
Name | Type | Description |
---|---|---|
parent | IAvaloniaObject | The parent. |
Return Value
Type | Description |
---|---|
void |