次の方法で共有


AbsoluteLayout.Children プロパティ

定義

AbsoluteLayout の子要素のコレクションが取得されます。

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

プロパティ値

子要素のコレクション。

注釈

このプロパティは AbsoluteLayout クラスの ContentPropertyAttribute であるため、アプリケーション開発者は XAML で暗黙的なコレクション構文を使用して、このコレクションに項目を追加できます。

適用対象