AbsoluteLayout.Children 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 AbsoluteLayout 的子元素集合。
public Xamarin.Forms.AbsoluteLayout.IAbsoluteList<Xamarin.Forms.View> Children { get; }
member this.Children : Xamarin.Forms.AbsoluteLayout.IAbsoluteList<Xamarin.Forms.View>
属性值
子元素的集合。
注解
应用程序开发人员可以在 XAML 中使用隐式集合语法将项添加到此集合,因为此属性是 AbsoluteLayout 类的 ContentPropertyAttribute。