Partager via


Label.GetChildElements(Point) Méthode

Définition

Retourne les éléments enfants qui se trouvent sous le point spécifié.

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>

Paramètres

point
Point

Point sous lequel rechercher des éléments enfants.

Retours

System.Collections.Generic.IList<GestureElement>

Éléments enfants qui se trouvent sous le point spécifié.

S’applique à