ISetInheritanceParent Interface
Defines an interface through which a
StyledElement's inheritance parent can be set.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface ISetInheritanceParent
<NotClientImplementableAttribute>
Public Interface ISetInheritanceParent
[<NotClientImplementableAttribute>]
type ISetInheritanceParent = interface end
You should not usually need to use this interface - it is for advanced scenarios only.
Additionally,
ISetLogicalParent also sets the inheritance parent; this
interface is only needed where the logical and inheritance parents differ.