public int IndexOf (UIElements.VisualElement element);

Parámetros

elementThe child to return the index for.

Valor de retorno

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

Descripción

Retrieves the child index of the specified VisualElement.