IsLastLogicalChild(ILogical) Method

Definition

Assembly HeadlessTestingFramework.dll

Checks if this is the last child of its parent.

public static bool IsLastLogicalChild(this ILogical logical)

Parameters

logical
Avalonia.LogicalTree.ILogical

The logical element.

Returns

Boolean
True if this is the last child.