public int IndexOf (UIElements.VisualElement element);

Parameters

elementThe child to return the index for.

Returns

int The index of the child, or -1 if the child is not found.

Description

Retrieves the child index of the specified VisualElement.