IChildIndexProviderGetChildIndex Method

Gets child's actual index in order of the original source.

Definition

Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
int GetChildIndex(
	ILogical child
)

Parameters

child  ILogical
Logical child.

Return Value

Int32
Index or -1 if child was not found.

See Also