Compartir a través de


Label.GetChildElements(Point) Método

Definición

Devuelve los elementos secundarios que están bajo el punto especificado.

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>

Parámetros

point
Point

Punto en el que se van a buscar elementos secundarios.

Devoluciones

System.Collections.Generic.IList<GestureElement>

Elementos secundarios que están bajo el punto especificado.

Se aplica a