ISetLogicalParent Interface

Defines an interface through which a StyledElement's logical parent can be set.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface ISetLogicalParent

Remarks

You should not usually need to use this interface - it is for advanced scenarios only.

Methods

SetParent(ILogical) Sets the control's parent.

See Also