Last updated
Last updated
Objects can have children, that are specified in the children:
property of an object.
Using child objects makes it easy to align, position, and disable a group of objects.
Child objects get disabled if the parent object is disabled.
The origin position (0, 0) of child objects is the top left corner of the parent object.
Child objects are aligned to the area of the parent object.
Percentage based size properties use the dimensions of the parent object to determine the size of child objects.