Specifies whether the child element is positioned absolutely. When set to true, the element is taken out of the normal document flow and positioned relative to its nearest positioned ancestor.
Defines the stack order of the child element Elements with a higher zIndex will be displayed in front of those with a lower zIndex.
Determines the horizontal sizing behavior of the child element
Determines the vertical sizing behavior of the child element.
Aligns the child element within its container.
Sets the horizontal margin of the child element. This is the space on the left and right sides of the element.
Sets the vertical margin of the child element. This is the space on the top and bottom sides of the element.
Sets the top margin of the child element. This is the space above the element.
Sets the right margin of the child element. This is the space to the right of the element.
Sets the bottom margin of the child element. This is the space below the element.
Sets the left margin of the child element. This is the space to the left of the element.
Defines the maximum width of the child element. If set to null, there is no maximum width constraint.
Defines the maximum height of the child element. If set to null, there is no maximum height constraint.
Defines the minimum width of the child element. If set to null, there is no minimum width constraint.
Defines the minimum height of the child element. If set to null, there is no minimum height constraint.
Properties for defining the layout of a child element in Penpot.