Element.AddLogicalChild(Element) Method

Definition

Adds an Element to the logical children.

public:
 void AddLogicalChild(Microsoft::Maui::Controls::Element ^ element);
public void AddLogicalChild (Microsoft.Maui.Controls.Element element);
member this.AddLogicalChild : Microsoft.Maui.Controls.Element -> unit
Public Sub AddLogicalChild (element As Element)

Parameters

element
Element

The Element to add to the logical children.

Applies to