LogicalExtensions.

GetLogicalChildren(ILogical) Method

Summary

Enumerates the children of an ILogical in the logical tree.
Namespace
Avalonia.LogicalTree
Containing Type
LogicalExtensions

Syntax

public static IEnumerable<ILogical> GetLogicalChildren(this ILogical logical)

Parameters

Name Type Description
logical ILogical The logical.

Return Value

Type Description
IEnumerable<ILogical> The logical children.