Label.GetChildElements(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>

参数

point
Point

在其下查找子元素的点。

返回

System.Collections.Generic.IList<GestureElement>

指定点下的子元素。

适用于