Skip to Content
API ReferenceMultiChildElement

MultiChildElement

Base class for elements that contain multiple child elements. Use this for layout elements that arrange several children, such as columns, rows, or stacks.

Constructor

MultiChildElement

Creates a new multi-child element with an optional key.

ParameterDescription
keyAn optional key for reconciliation identity.

Properties

Children

The child elements contained in this element. Must be set during object initialization.

Methods

GetChildren

Returns the child elements of this element.

Last updated on