AbsoluteLayout.Children 属性

定义

获取 AbsoluteLayout 的子元素集合。

public Xamarin.Forms.AbsoluteLayout.IAbsoluteList<Xamarin.Forms.View> Children { get; }
member this.Children : Xamarin.Forms.AbsoluteLayout.IAbsoluteList<Xamarin.Forms.View>

属性值

子元素的集合。

注解

应用程序开发人员可以在 XAML 中使用隐式集合语法将项添加到此集合,因为此属性是 AbsoluteLayout 类的 ContentPropertyAttribute。

适用于