GetLogicalChildAt(ILogical, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets a logical child at a specific index.

public static ILogical GetLogicalChildAt(this ILogical logical, int index)

Parameters

logical
Avalonia.LogicalTree.ILogical

The parent logical.

index
Int32

The index of the child.

Returns

Avalonia.LogicalTree.ILogical
The child at the specified index.