View.GetChildElements(Point) Method

Definition

Returns the child elements that are visually beneath the specified point.

C#
public virtual System.Collections.Generic.IList<Xamarin.Forms.GestureElement> GetChildElements (Xamarin.Forms.Point point);

Parameters

point
Point

The point under which to search for child elements.

Returns

System.Collections.Generic.IList<GestureElement>

The child elements that are visually beneath the specified point.

Implements

Applies to

Product Versions
Xamarin.Forms Latest