Table of Contents

Interface ISetLogicalParent

Namespace
Avalonia.Controls
Assembly
Avalonia.Base.dll

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

[NotClientImplementable]
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.

void SetParent(ILogical? parent)

Parameters

parent ILogical

The parent.