Label.GetChildElements(Point) Method

Definition

Returns the child elements that are under the specified point.

public:
 override System::Collections::Generic::IList<Microsoft::Maui::Controls::GestureElement ^> ^ GetChildElements(Microsoft::Maui::Graphics::Point point);
public override System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement> GetChildElements (Microsoft.Maui.Graphics.Point point);
override this.GetChildElements : Microsoft.Maui.Graphics.Point -> System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement>
Public Overrides Function GetChildElements (point As Point) As IList(Of 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