Layout.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)