ISetLogicalParent Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this 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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface ISetLogicalParent
<NotClientImplementableAttribute>
Public Interface ISetLogicalParent
[<NotClientImplementableAttribute>]
type ISetLogicalParent = interface end
Remarks
You should not usually need to use this interface - it is for advanced scenarios only.
Methods
SetParent(ILogical) | Sets the control's parent. |