Bagikan melalui


Layout.Children Property

Definition

Gets the child objects contained in this layout.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::IView ^> ^ Children { System::Collections::Generic::IList<Microsoft::Maui::IView ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.IView> Children { get; }
member this.Children : System.Collections.Generic.IList<Microsoft.Maui.IView>
Public ReadOnly Property Children As IList(Of IView)

Property Value

Applies to