Skip to main content

Parents Property

Gets an enumerator iterating over the available parents in the whole hierarchy. The parents are returned in normal order: the first element is the most direct parent while the last element is the most distant ancestor.

Definition

Namespace: Avalonia.Markup.Xaml.XamlIl.Runtime
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

IEnumerable<Object> Parents { get; }
View Source

Property Value

IEnumerable(Object)

See Also

Reference

IAvaloniaXamlIlParentStackProvider Interface
Avalonia.Markup.Xaml.XamlIl.Runtime Namespace