Label.GetChildElements(Point) Method

Definition

Returns the child elements that are under the specified point.

public override System.Collections.Generic.IList<Xamarin.Forms.GestureElement> GetChildElements (Xamarin.Forms.Point point);
override this.GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>

Parameters

point
Point

The point under which to look for child elements.

Returns

The child elements that are under the specified point.

Applies to