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)
- C#
- VB
- F#
IEnumerable<Object> Parents { get; }
ReadOnly Property Parents As IEnumerable(Of Object)
Get
abstract Parents : IEnumerable<Object> with get
Property Value
See Also
Reference
IAvaloniaXamlIlParentStackProvider Interface
Avalonia.Markup.Xaml.XamlIl.Runtime Namespace