IsFirstLogicalChild(ILogical) Method

Definition

Assembly HeadlessTestingFramework.dll

Checks if this is the first child of its parent.

public static bool IsFirstLogicalChild(this ILogical logical)

Parameters

logical
Avalonia.LogicalTree.ILogical

The logical element.

Returns

Boolean
True if this is the first child.