Skip to main content

ISetLogicalParent Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia

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

NameDescription
SetParentSets 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.