ISetLogicalParent Interface
Definition
Defines an interface through which a Avalonia.StyledElement's logical parent can be set.
public interface ISetLogicalParent
Remarks
You should not usually need to use this interface - it is for advanced scenarios only.
Methods
| Name | Description |
|---|---|
| SetParent | Sets the control's parent. |
SetParent Method
Sets the control's parent.
public void SetParent(Avalonia.LogicalTree.ILogical parent)
Parameters
parent Avalonia.LogicalTree.ILogical
The parent.