AbsoluteLayout.Children Property

Definition

Gets the collection of child elements of the AbsoluteLayout.

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

Property Value

The collection of child elements.

Remarks

Application developers can use implicit collection syntax in XAML to add items to this collection, because this property is the ContentPropertyAttribute for the AbsoluteLayout class.

Applies to