View.GetChildElements(Point) Method

Definition

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

public virtual System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement> GetChildElements(Microsoft.Maui.Graphics.Point point);

Parameters

point
Point

The point under which to search for child elements.

Returns

All child elements visually beneath point.

Implements

Applies to