SHIP:Property:boxmodel:pb

From Serious Documentation
Jump to: navigation, search

Node: All Box Model Nodes

Property Data Type Description
pb Dimension Bottom padding thickness of a box; not present on lightweight box model nodes such as frame and textframe.

The padding top (pb) property of the box set the bottom edge padding of the container. The padding begins inside the innermost pixel of the bottom border and is exactly the pb number of pixels thick.

Inside the padding is the final inner area of the container where child objects (including other boxes) can exist. Child objects inside the inner area are clipped visually to the inner area, and the location (0,0) is the upper left corner of this inner area.