Summary
Enumerates the ancestors of an
ILogical
in the logical tree.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- LogicalExtensions
Syntax
public static IEnumerable<ILogical> GetLogicalAncestors(this ILogical logical)
Parameters
Name | Type | Description |
---|---|---|
logical | ILogical | The logical. |
Return Value
Type | Description |
---|---|
IEnumerable |
The logical's ancestors. |