AvaloniaObjectInheritanceParent Property

Gets or sets the parent object that inherited AvaloniaProperty values are inherited from.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected AvaloniaObject? InheritanceParent { get; set; }

Property Value

AvaloniaObject
The inheritance parent.

See Also