Rendering#
Z-level#
By default, boxes are rendered in depth-first order. You can modify this by setting z_level
to a box. This value is used in painting order. Higher numbers are drawn later. If not set, the value is inherited from the parent box. The default value of the slide root box is 0
. Z-level can be a negative integer.