InheritanceParent Property
Gets or sets the parent object that inherited AvaloniaProperty values are inherited from.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected AvaloniaObject? InheritanceParent { get; set; }
Protected Property InheritanceParent As AvaloniaObject
Get
Set
member InheritanceParent : AvaloniaObject with get, set
Property Value
AvaloniaObject
The inheritance parent.